The top property describes how many items are at most returned per request / per page. If a server responds with a lower top value than what the client originally asked for, then that means the server has imposed a lower limit than what was requested.
If no page size is requested, the server will still populate the top property with it's default limit.
Maybe this part should be included in the Foundation API?
BCF-API/swagger.yaml
Line 1758 in 19ac4f4
The
topproperty describes how many items are at most returned per request / per page. If a server responds with a lowertopvalue than what the client originally asked for, then that means the server has imposed a lower limit than what was requested.If no page size is requested, the server will still populate the
topproperty with it's default limit.Maybe this part should be included in the Foundation API?