-
What is the maximum number of officer search and disqualification search results that can be retrieved in a single request ?
-
What is the maximum number of appointments that can be retrieved in a single request ?
Looking for the exact number.
Thanks,
Harshad
@harshad_ranganathan
The maximum items_per_page that can be set is 100 which is attributable to all endpoints, so covers searching and appointments.
Thanks,
Mark.
trevor
3
Hi Mark,
I am attempting to use this but it is only returning 50 results despite the Officer in question having 181 results to go through:
CH URL attempted:
https://api.companieshouse.gov.uk/officers/0UwvIn3i4SDZIqV4_1rTFWd-i0w/appointments?items_per_page=100&order_by=resigned_on
I’ve also tried via the online ‘try it out feature’ https://developer.companieshouse.gov.uk/api/docs/officers/officer_id/appointments/appointmentList.html
GET /officers/0UwvIn3i4SDZIqV4_1rTFWd-i0w/appointments?items_per_page=100
{
“etag”: “c8801a24cc3add306f4659188c0ba328ae29bc9d”,
“links”: {
“self”: “/officers/0UwvIn3i4SDZIqV4_1rTFWd-i0w/appointments”
},
“items_per_page”: 50,
Is this a bug that is quick to fix???