From the old version of the API documentation
IncludeResignedInd Optional input.
Indicates the status of appointments to be returned
0 = Only Current Appointments Returned
1 = All Appointment types Returned
However, new version has only search term.
- Does Search Officer return only Current Appointments or does it include all Appointment types?
- The beta site has an option to filter current appointments only. How to leverage this function in the REST API ?
@harshad_ranganathan
The officer search GET https://api.companieshouse.gov.uk/search/officers
returns officers with both active and resigned directorships.
Navigating from the search to an officers personal appointments GET https://api.companieshouse.gov.uk/officers/{officer_id}/appointments
then lists both active and resigned directorships against active and non-active companies (dissolved etc.), ordered by active appointments first.
The web site does offer a filter but we have not made this available through the API but plan todo so soon. Will post on the forum when that functionality is released.
Thanks
@mfairhurst
Hi, I’m very interested in this filter in the API (Appointment status). Any idea on the time scale when this will be available?
After 6 years, have you guys any plan to implement this?