Skip to main content

DataResponse

data object[]
  • Array [
  • data object

    The raw data response

    property name*any

    The raw data response

    messagestring

    Any additional information about the response data

    externalIdstring

    The id of the response object if there is one

    accountstring

    Optional parameter which helps filter the response data

  • ]
  • DataResponse
    {
    "data": [
    {
    "data": {},
    "message": "string",
    "externalId": "string",
    "account": "string"
    }
    ]
    }