1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-04-02 22:05:37 +02:00

36 lines
560 B
Markdown
Raw Normal View History

---
sidebar_position: 5
---
# Get asynchronous change status
Get async job status for access changes
<br/>
2024-07-10 13:58:29 +03:00
`Function GetAsynchronousChangeStatus(Val Token, Val JobID) Export`
| Parameter | CLI option | Type | Destination |
|-|-|-|-|
| Token | --token | String | Token |
| JobID | --job | String | AsynchronousJobID |
Returns: Map Of KeyAndValue - serialized JSON response from Dropbox
2024-07-10 13:58:29 +03:00
```sh title="CLI command example"
oint dropbox GetAsynchronousChangeStatus --token %token% --job %job%
```