1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2024-12-23 02:06:12 +02:00
OpenIntegrations/docs/en/md/Dropbox/Shared-access-settings/Get-asynchronous-change-status.md

35 lines
558 B
Markdown
Raw Normal View History

---
sidebar_position: 5
---
# Get asynchronous change status
Get async job status for access changes
2024-07-10 12:58:29 +02: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:05:58 +02:00
<br/>
2024-07-10 12:58:29 +02:00
```sh title="CLI command example"
oint dropbox GetAsynchronousChangeStatus --token %token% --job %job%
```