List Practice Config
Developing
{key} - Optional.
Without {key}. All keys with values will be return.
Request Code Samples
curl --location --request GET 'https://afyahealth.doctodoor.com:5600/api/service/v1/config/allocated_licenses' \
--header 'Authorization;' \
--header 'practice-code;'
Responses
application/json {
"error": false,
"status_code": 200,
"data": [
{
"key": "allocated_licenses",
"value": "0",
"created_at": "2024-07-03T14:37:41.885Z",
"updated_at": "2024-07-03T14:37:41.885Z",
"id": "668562353027ac4aec89ec66"
},
{
"key": "event_reminders",
"value": "[60]",
"created_at": "2024-07-03T14:37:41.903Z",
"updated_at": "2024-07-03T14:37:41.903Z",
"id": "668562353027ac4aec89ec67"
}
]
}
Modified at 2024-12-16 05:58:15