Director Report

Returns a report from the ID supplied to the search.

SecuritybearerToken
Request
path Parameters
peopleId
required
string^[a-zA-Z]{2}([0-9]{1,3})?[-]{1}[a-zA-Z0-9$]+$

Identifier of the Person/Director required to order their Director Report. Obtained from /people search results.

query Parameters
language
string^[a-zA-Z]{2}$
Default: "en"

Report Language - The JSON structure of the Report is language invariant, but field content will return as the given language, where available.

callRef
string

This parameter allows users to assign a unique identifier to their API queries. By using a callRef, it facilitates easier tracking and logging within Connect. If you provide a callRef, the Connect team can later retrieve and identify the specific requests associated with that identifier, enabling detailed tracing of interactions.

Responses
200
400
401
get/people/{peopleId}
Request samples
Response samples
application/json
{
  • "messages": [
    ],
  • "report": {
    }
}