You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-11-29 22:27:42 +02:00
629 B
629 B
sidebar_position
| 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: Map Of KeyAndValue - serialized JSON response from Dropbox
oint dropbox GetAsynchronousChangeStatus --token %token% --job %job%