Skip to main content

pagination-input-must-be-integer

Overview

This rule belongs to the apimatic-codegen-validation ruleset and states that:

For both offset-based and page-based pagination strategies, the input field must be of type integer. This value typically represents the starting offset or page number and must be a valid integer to ensure correct pagination behavior.

PropertyValue
EnabledYes
Maximum SeverityError
MessageThe input field in offset or page-based pagination must be of type integer.
CodeAPIMATICCODEGEN_V114
TypeValidation
Rule SystemSemantic
Broad CategoryEndpoint Responses
Products ImpactedCode Generation, Developer Experience Portal
Tagsapimatic code generation codegen sdks portal docs validation apimatic pagination offset page input type request endpoint

For More Information