- Auth
- ForgotPassword
- Profile
- Family Members
- Address
- Languages
- Products
- Permissions
- Config
- Appointment Schedule
- Test Tags
- Test Parameters
- Category
- Device
- File
- Appointment
- Reports
- Staff
- Patient
- Notifications
List AppLabels
GET
/api/service/v1/applabels
Without {key}. All labels will be return.
Request
Header Params
Accept-Language
string
required
Example:
en
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://afyahealth.doctodoor.com:5600/api/service/v1/applabels' \
--header 'Accept-Language: en'
Responses
🟢200Success
application/json
Body
error
boolean
required
status_code
integer
required
message
string
required
data
object
required
token_required
string
required
invalid_token_signature
string
required
no_user_with_token
string
required
invalid_practice_code
string
required
event_not_found
string
required
event_created
string
required
event_updated
string
required
event_deleted
string
required
event_id_is_required
string
required
contact_not_found
string
required
contact_found
string
required
contact_created
string
required
contact_updated
string
required
contact_id_is_required
string
required
agent_not_found
string
required
agent_created
string
required
agent_updated
string
required
agent_id_is_required
string
required
agent_found
string
required
agent_deleted
string
required
contact_deleted
string
required
user_deleted
string
required
user_not_found
string
required
Examples
{
"error": false,
"status_code": 200,
"message": "Success",
"data": {
"token_required": "No auth token",
"invalid_token_signature": "Invalid token signature",
"no_user_with_token": "No user associated with this token",
"invalid_practice_code": "Invalid Practice code provided",
"event_not_found": "Event not found",
"event_created": "Event has been created",
"event_updated": "Event has been updated",
"event_deleted": "Event has been deleted",
"event_id_is_required": "Event id is required",
"contact_not_found": "Contact not found",
"contact_found": "Contact already registered with this email",
"contact_created": "Contact has been created",
"contact_updated": "Contact has been updated",
"contact_id_is_required": "Contact id is required",
"agent_not_found": "Agent not found",
"agent_created": "Agent has been created",
"agent_updated": "Agent has been updated",
"agent_id_is_required": "Agent id is required",
"agent_found": "Agent already registered with this email",
"agent_deleted": "Agent has been deleted successfully",
"contact_deleted": "Contact has been deleted successfully",
"user_deleted": "User has been deleted successfully",
"user_not_found": "User info not found"
}
}
🟠404Not Found
🟠404Not Found (File Empty or File Not found)