get
https://api.humanapi.co/v1/human/medical/functional_statuses
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
| Property | Type | Description |
|---|---|---|
| id | String | The id of the resource |
| source | String | The name of the originating service |
| updatedAt | Date | The time the record was updated on the Human API server |
| createdAt | Date | The time the record was created on the Human API server |
| dateTime | Date | (optional) The date of the functional status |
| name | String | (optional) The name of the functional status |
| codes | Array[Object] | (optional) See codes |
