- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Clarification Regarding API Call Response Timing
Hi Community,
I need some clarification:
When I make an API call to "/organizations/{organizationId}/uplinks/statuses," and receive a status like "active," "ready," or "failed," is that status representative of the device's current state at the time of the API call, or does the data returned reflect historical information? For example, if I make an API call at 1 pm, will the status of the device returned be based on its state at that time, or from a different time?
Example payload:
Solved! Go to solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
If you don't use any extra parameters (startingAfter or endingBefore) it would be a return of the current status at time of the request
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
If you don't use any extra parameters (startingAfter or endingBefore) it would be a return of the current status at time of the request
