Skip to content

Stored only in your browser. Get one under Tokens.

Get all devices that have changed after or before a given point in time

GET
/changes/devices

Get all devices after or before the cursor passed in as argument.
Result will be sorted inverse order for before and natural order for after
The page[after] flag takes precedence in case it is provided with page[before]
Tries to follow https://jsonapi.org/profiles/ethanresnick/cursor-pagination/

Authorizations

ApiKeyAuth
Type
API Key (header: Authorization)

Responses

OK

application/json
JSON
{
  
"data": [
  
  
{
  
  
}
  
],
  
"links": {
  
  
"next": "string",
  
  
"prev": "string"
  
}
}

Playground

Authorization

Samples

Powered by VitePress OpenAPI