curl --request GET \
--url https://app.ezzydoc.com/EzzyService.svc/Rest/getSolutions
{
"solutions": [
{
"workflows": [
{
"workflow_id": 123,
"workflow_name": "<string>",
"solution_id": 123
}
],
"solution_id": 123,
"is_default_solution": true,
"workflow_ids": [
123
],
"create_time": "2023-11-07T05:31:56Z",
"user_id": "<string>",
"user_settings": "<string>",
"update_time": "2023-11-07T05:31:56Z",
"solution_name": "<string>",
"active": 123,
"default_solution": 123
}
],
"service_status": {
"invoice_id": 123,
"message": "<string>",
"status": 0
}
}
curl --request GET \
--url https://app.ezzydoc.com/EzzyService.svc/Rest/getSolutions
{
"solutions": [
{
"workflows": [
{
"workflow_id": 123,
"workflow_name": "<string>",
"solution_id": 123
}
],
"solution_id": 123,
"is_default_solution": true,
"workflow_ids": [
123
],
"create_time": "2023-11-07T05:31:56Z",
"user_id": "<string>",
"user_settings": "<string>",
"update_time": "2023-11-07T05:31:56Z",
"solution_name": "<string>",
"active": 123,
"default_solution": 123
}
],
"service_status": {
"invoice_id": 123,
"message": "<string>",
"status": 0
}
}