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.
Property | Value |
---|---|
Enabled | Yes |
Maximum Severity | Error |
Message | The input field in offset or page-based pagination must be of type integer . |
Code | APIMATICCODEGEN_V114 |
Type | Validation |
Rule System | Semantic |
Broad Category | Endpoint Responses |
Products Impacted | Code Generation, Developer Experience Portal |
Tags | apimatic code generation codegen sdks portal docs validation apimatic pagination offset page input type request endpoint |