Skip to main content

MetadataResponse

Response containing metadata

metadata object

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.

    errors object[]

    Array of errors encountered during processing

  • Array [
  • codestring

    Error code identifier

    typestring

    Error type category

    Possible values: [CLIENT, SERVER]

    descriptionstring

    Human-readable error description

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