Custom Objects Search | Community
Skip to main content

Custom Objects Search

  • June 11, 2021
  • 1 reply
  • 0 views

According to the API reference at https://developer.zendesk.com/api-reference/custom-data/custom-objects-api/search/#pagination

you can't exceed 1000 records per page for the Search endpoint

I wonder if this is a typo?

Setting the records per page to more than 100 doesn't work. I get this response:

{
    "errors": [
        {
            "code""BadRequest",
            "status""400",
            "title""Bad Request",
            "detail""Cannot have more than 100 IDs"
        }
    ],
    "links": {
        "previous"null,
        "next"null
    }
}

1 reply

Greg29
  • July 27, 2021

Hi Ferudin! I'm 99% certain that this is a typo. I sent a request to confirm and then update the docs to reflect that. Thanks for bringing this to our attention!