Get a list of medical functional statuses associated with the user

# Get all functional statuses associated with the user
curl -H "Authorization: Bearer demo" "https://api.humanapi.co/v1/human/medical/functional_statuses"

Response Properties

PropertyTypeDescription
idStringThe id of the resource
sourceStringThe name of the originating service
updatedAtDateThe time the record was updated on the Human API server
createdAtDateThe time the record was created on the Human API server
dateTimeDate(optional) The date of the functional status
nameString(optional) The name of the functional status
codesArray[Object](optional) See codes
Language