Person

Retrieves the collection of Person resources.

get

Retrieves the collection of Person resources.

Autorisierungen
AuthorizationstringErforderlich
Bearer authentication header of the form Bearer <token>.
Abfrageparameter
changed[after]stringOptional
changed[before]stringOptional
id[between]stringOptional
id[gt]stringOptional
id[gte]stringOptional
id[lt]stringOptional
id[lte]stringOptional
Antworten
200

Person collection

get
/api/people
200

Person collection

Retrieves a Person resource.

get

Retrieves a Person resource.

Autorisierungen
AuthorizationstringErforderlich
Bearer authentication header of the form Bearer <token>.
Pfadparameter
idstringErforderlich

Resource identifier

Antworten
200

Person resource

get
/api/people/{id}

Retrieves a Person resource.

get

Retrieves a Person resource.

Autorisierungen
AuthorizationstringErforderlich
Bearer authentication header of the form Bearer <token>.
Pfadparameter
idstringErforderlich

Resource identifier

Antworten
200

Person resource

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

War das hilfreich?