response field contains the endpoint-specific data.
Envelope fields
Empty data
When a valid request has no matching records, the API may return200 with results: 0 and an empty response array, or 204 No Content for endpoints where no body is returned.
Pagination
Endpoints that can return many records supportpage. When paging.total is greater than paging.current, request the next page with page=paging.current + 1.