How to find officer_id for officer appointment List

Let me know the solution of officer_id

I am sorry @avneet_sharma11, but you will have to be a bit more specific.
Please provide more details of what you are trying to do and which API calls you are using and your specific question/issue.

It’s part of the string you get here in the officerList response.

   "links" : {
        "officer" : {
           "appointments" : "string"
        }
     }

items[].links.officer.appointments (Link to the officer appointment resource that this appointment is associated with).


Mark, this has come up a couple of times recently. The appointmentList call requires an officer_id as the part of the call. This ID is part of the string returned by the the officerList call. But it doesn’t appear outside of that string and is not explicitly referred to as the “officer_id” in any of the documentation or resources… which makes things a bit confusing!

Any ideas to find officer id using GET /company/{company_number}/officers?