mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-03-21 21:27:27 +02:00
40 lines
633 B
Markdown
40 lines
633 B
Markdown
---
|
|
sidebar_position: 5
|
|
---
|
|
|
|
# Get asynchronous change status
|
|
Get async job status for access changes
|
|
|
|
|
|
|
|
`Function GetAsynchronousChangeStatus(Val Token, Val JobID) Export`
|
|
|
|
| Parameter | CLI option | Type | Description |
|
|
|-|-|-|-|
|
|
| Token | --token | String | Token |
|
|
| JobID | --job | String | AsynchronousJobID |
|
|
|
|
|
|
Returns: Map Of KeyAndValue - serialized JSON response from Dropbox
|
|
|
|
<br/>
|
|
|
|
|
|
|
|
|
|
```bsl title="Code example"
|
|
|
|
```
|
|
|
|
|
|
|
|
```sh title="CLI command example"
|
|
|
|
oint dropbox GetAsynchronousChangeStatus --token %token% --job %job%
|
|
|
|
```
|
|
|
|
```json title="Result"
|
|
|
|
```
|