mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2024-12-21 01:50:24 +02:00
37 lines
587 B
Markdown
37 lines
587 B
Markdown
|
---
|
||
|
sidebar_position: 5
|
||
|
---
|
||
|
|
||
|
# Get asynchronous change status
|
||
|
Gets the status of the asynchronous access change job
|
||
|
|
||
|
|
||
|
*Function GetAsynchronousChangeStatus(Val Token, Val JobID) Export*
|
||
|
|
||
|
| Parameter | CLI option | Type | Destination |
|
||
|
|-|-|-|-|
|
||
|
| Token | --token | String | Token |
|
||
|
| JobID | --job | String | AsynchronousJobID |
|
||
|
|
||
|
|
||
|
Returns: Key-Value Pair - serialized JSON response from Dropbox
|
||
|
|
||
|
```bsl title="Code example"
|
||
|
|
||
|
|
||
|
|
||
|
```
|
||
|
|
||
|
```sh title="CLI command example"
|
||
|
|
||
|
oint dropbox GetAsynchronousChangeStatus --token %token% --job %job%
|
||
|
|
||
|
```
|
||
|
|
||
|
|
||
|
```json title="Result"
|
||
|
|
||
|
|
||
|
|
||
|
```
|