retrieve Person
GET {{base_url}}/V1/persons/{{TESTPERSON}}
Does:
Gets details about a single Person
Purpose:
To find out the identifiers and other basis properties of this Person:
ID: a UUID starting with
G_
, this is the unchanging database IDExternalID: anything that represents this Person in an external (source) system
Label: identifier in the Perseon Manager widget GUI, either unique or empty.
Note that the last two identifiers may be mutable by end users.
Live example:
In this example the call uses the latest Person you created in Qodex, as a small convenience.