LLP Appointments

XMLGateway service has request element OfficerType that accepts “CUR” and “LLP” as parameter. In the REST API, how to search for an LLP appointment ?

@harshad_ranganathan,

There is no direct way to either search or filter for appointments against LLP companies within the API presently, but we can add this to our work regarding advanced searching and filtering for consideration.

To determine this you will have to: -

  1. Find the officer you are interested in by name through a search, as documented; https://developer.companieshouse.gov.uk/api/docs/search/officers/officersearch.html
  2. List the appointments for the officer, as documented; https://developer.companieshouse.gov.uk/api/docs/officers/officer_id/appointments/appointmentList.html
  3. Process the appointments searching for an officer_role related to LLP

llp-designated-member
llp-member

Thanks

@mfairhurst