Published Attributes
Get Published Attribute Values for an Entity
get/published-attributes/{published-attribute-token}/values
Query parameters
pageinteger
The page number to return.
per_pageinteger
The number of items per page
Headers
alloy-entity-tokenstring
An Alloy-generated string to identify the entity.
alloy-external-entity-idstring
A client-generated string to identify the entity.
Response
Get published attribute values.
Example response
{
"values": [
{
"value": 999,
"timestamp": "2022-11-11T20:11:22.000Z",
"created_at": "2023-09-03T02:03:36.052Z",
"expires_at": null,
"entity_token": "P-xfLo1NUtvxeVCpQHtx8c"
}
],
"page": 1,
"per_page": 1000
}Changes
No recorded changes to this endpoint across all 1 revision of this API.