Skip to main content

MetadataConnection

metadata object[]
  • Array [
  • codestring
    metadataData object
    providerCodestring

    Provider code for this metadata

    content object
    property name*any
  • ]
  • countinteger
    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"
    }