curl --request GET \
--url https://app.ezzydoc.com/EzzyService.svc/Rest/customApps
{
"service_status": {
"invoice_id": 123,
"message": "<string>",
"status": 0
},
"list": [
{
"id": 123,
"aitype": 123,
"name": "<string>",
"description": "<string>",
"settings": "<string>",
"scope": 123,
"modifiable": true,
"url": "<string>",
"code": "<string>",
"standalone": true,
"state": 123,
"webhook": "<string>"
}
]
}
curl --request GET \
--url https://app.ezzydoc.com/EzzyService.svc/Rest/customApps
{
"service_status": {
"invoice_id": 123,
"message": "<string>",
"status": 0
},
"list": [
{
"id": 123,
"aitype": 123,
"name": "<string>",
"description": "<string>",
"settings": "<string>",
"scope": 123,
"modifiable": true,
"url": "<string>",
"code": "<string>",
"standalone": true,
"state": 123,
"webhook": "<string>"
}
]
}