MetadataConnection
Metadata connection wrapper with pagination
metadata object[]
List of metadata records
Array [
codestring
Metadata code identifier
metadataData object
Metadata data details
providerCodestring
Provider code for this metadata
content object
Provider-specific metadata content
property name*any
Provider-specific metadata content
]
countinteger
Total number of metadata records matching the query
tokenstring
Pagination token for the next page of results. To retrieve the next page, include this token in the 'token' field of the subsequent request. Tokens are valid for 4 minutes and are tied to the original query criteria. If the query criteria change, a new token must be generated.
MetadataConnection
{
"metadata": [
{
"code": "string",
"metadataData": {
"providerCode": "string",
"content": {}
}
}
],
"count": 0,
"token": "string"
}