List live attributes, newest first. Live means not superseded and inside its validity window; superseded values are reachable through the entity history endpoint. Paginated: follow page.nextCursor.
get/api/v1/{context_id}/attributes
Path parameters
context_idstring required
Spectron context id
Query parameters
entitystring
Filter to one entity's attributes, as <type>/<name> (e.g. person/alice)
keystring
Filter by attribute key
limitinteger
Max rows to return (default 100, max 500)
cursorstring
Continuation token from the previous page's page.nextCursor
countboolean
Also return page.totalSize (costs a full count of the filtered set)
Response
Changes
Changed in 1 of the 5 revisions of this API.1
- ○
endpoint added
endpoint-added
- ○