Person

Retrieves the collection of Person resources.

get

Retrieves the collection of Person resources.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
changed[after]stringOptional
changed[before]stringOptional
id[between]stringOptional
id[gt]stringOptional
id[gte]stringOptional
id[lt]stringOptional
id[lte]stringOptional
Responses
chevron-right
200

Person collection

get
/api/people
200

Person collection

Retrieves a Person resource.

get

Retrieves a Person resource.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstringRequired

Resource identifier

Responses
chevron-right
200

Person resource

get
/api/people/{id}

Retrieves a Person resource.

get

Retrieves a Person resource.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstringRequired

Resource identifier

Responses
chevron-right
200

Person resource

get
/api/people/{id}/merge-history

Last updated

Was this helpful?