cURL
curl --request GET \ --url https://api.tic.io/datasets/persons/{personId} \ --header 'x-api-key: <api-key>'
{ "personId": 123, "nationalityCountryCodeAlpha2": "<string>", "personalIdentityNumber": "<string>", "isProtected": true, "isMarried": true, "givenName": "<string>", "firstName": "<string>", "middleName": "<string>", "lastName": "<string>", "fullName": "<string>", "sex": "male", "isCoordinationNumber": true, "birthday": "<string>", "age": 123 }
Gets the person by id
The person id
OK
male
female