In the Survey Solutions Interviews API, the Limit value shown in the response cannot be freely changed by the client.
Even if the request includes a larger value (for example limit=500), the server enforces its own maximum page size and overrides the requested value.
As a result, the API response may look like this:
{
"Order": "string",
"Limit": 10,
"TotalCount": 12122,
"Offset": 1
}
