Skip to main content

MetadataResponse

metadata object
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.

    errors object[]
  • Array [
  • codestring
    typestring

    Possible values: [CLIENT, SERVER]

    descriptionstring
  • ]
  • MetadataResponse
    {
    "metadata": {
    "metadata": [
    {
    "code": "string",
    "metadataData": {
    "providerCode": "string",
    "content": {}
    }
    }
    ],
    "count": 0,
    "token": "string"
    },
    "errors": [
    {
    "code": "string",
    "type": "CLIENT",
    "description": "string"
    }
    ]
    }