curl --location --request GET '/meridian.mobile.clientForms?contactId=111111&orderId=222222'{
"result": {
"contactId": 11111,
"orderId": 22222,
"clientForms": [
{
"type": "document",
"title": "Анкета Оформления Документов",
"createDate": "2024-02-14T16:54:00+05:00",
"readonly": true,
"formId": 12
},
{
"type": "booking",
"title": "Анкета бронирования",
"createDate": "2024-02-14T15:00:00+05:00",
"readonly": false,
"formId": 11
}
]
},
"time": {
"start": 1708427731.824104,
"finish": 1708427731.88386,
"duration": 0.05975604057312012,
"processing": 0.03193211555480957,
"date_start": "2024-02-20T16:15:31+05:00",
"date_finish": "2024-02-20T16:15:31+05:00"
}
}