PaginatedListMeta
Metadata for paginated list of results for Listing APIs
meta objectrequired
Allows a consistent view of data across multiple paged requests. Unix epoch time to be used as reference for offset > 0 (corresponds to query instant, as returned by server on first call) - should be the same for all pages
Possible values: >= 0
Index of the first item returned in the page
Possible values: >= 0
Maximum number of items that can be returned per page
Possible values: >= 0
Total number of items contained in all pages
Possible values: >= 0
deletedReferences object[]
This attribute will returned when the modified_since query parameter is used. It will contain references to deleted resources since the provided instant, that would have otherwise been included in the dataset (either at the top-level or as associated objects)
Possible values: Value must match regular expression ^([A-Z][a-z0-9]+)+
The instant when the reference was deleted
{
"meta": {
"referenceInstant": 0,
"offset": 0,
"pageSize": 0,
"total": 0
},
"deletedReferences": [
{
"id": "string",
"className": "string",
"deleteTimestamp": "2024-07-29T15:51:28.071Z"
}
]
}