enterprise-api

common_pagination_per-page-invalid

Invalid Per-Page Value

Type
https://problems.atlas.propertyfinder.com/common-pagination-per-page-invalid/
HTTP status
400 Bad Request
Retryable
No
Detail
The perPage parameter is invalid. Provide a positive integer within the allowed range.

What to do

Provide a positive perPage within the allowed range.

Example response

An HTTP 400 application/problem+json response:

{
  "type": "https://problems.atlas.propertyfinder.com/common-pagination-per-page-invalid/",
  "title": "Invalid Per-Page Value",
  "status": 400,
  "code": "common_pagination_per-page-invalid",
  "detail": "The perPage parameter is invalid. Provide a positive integer within the allowed range."
}

Back to error catalog