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