POST API/V1/Mobile/SynchronizationLogAcknowledge
Request Information
URI Parameters
None.
Body Parameters
Collection of iMDsoft.API.Metavision.Data.Mobile.Synchronization.SynchronizeLogAcknowledgeData| Name | Description | Type | Additional information |
|---|---|---|---|
| PatientId | integer |
None. |
|
| AcknowledgeItems | Collection of iMDsoft.API.Metavision.Data.Mobile.Synchronization.SynchronizeLogAcknowledgeItemData |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"patientId": 1,
"acknowledgeItems": [
{
"objectId": {},
"acknowledgeTime": "2025-11-03T13:06:52.1812503+02:00"
},
{
"objectId": {},
"acknowledgeTime": "2025-11-03T13:06:52.1812503+02:00"
}
]
},
{
"patientId": 1,
"acknowledgeItems": [
{
"objectId": {},
"acknowledgeTime": "2025-11-03T13:06:52.1812503+02:00"
},
{
"objectId": {},
"acknowledgeTime": "2025-11-03T13:06:52.1812503+02:00"
}
]
}
]
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Collection of iMDsoft.API.Metavision.Data.Mobile.Synchronization.SynchronizationLogData| Name | Description | Type | Additional information |
|---|---|---|---|
| PatientID |
Patient id |
integer |
None. |
| LogDateTime |
Time for the log entry |
date |
None. |
| ObjectId |
Id of the item with the issue |
Object |
None. |
| ObjectType |
Which action type. |
iMDsoft.API.Metavision.Data.Mobile.Synchronization.SynchronizationLogCategory |
None. |
| FailedActions |
detected issues info |
Collection of iMDsoft.API.Metavision.Data.Mobile.Synchronization.ActionLog |
None. |
| Acknowledged |
is acknowledged |
boolean |
None. |
| AcknowledgedTime |
Acknowledged time if the log isn't acknowledged AcknowledgedTime is null. |
date |
None. |
| StartTime | date |
None. |
|
| Title | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"patientID": 1,
"logDateTime": "2025-11-03T13:06:52.2750609+02:00",
"objectId": {},
"objectType": "AdministeredDose",
"failedActions": [
{
"actionType": "sample string 1",
"actionIssue": "sample string 2",
"actionTime": "2025-11-03T13:06:52.2750609+02:00"
},
{
"actionType": "sample string 1",
"actionIssue": "sample string 2",
"actionTime": "2025-11-03T13:06:52.2750609+02:00"
}
],
"acknowledged": true,
"acknowledgedTime": "2025-11-03T13:06:52.2750609+02:00",
"startTime": "2025-11-03T13:06:52.2750609+02:00",
"title": "sample string 4"
},
{
"patientID": 1,
"logDateTime": "2025-11-03T13:06:52.2750609+02:00",
"objectId": {},
"objectType": "AdministeredDose",
"failedActions": [
{
"actionType": "sample string 1",
"actionIssue": "sample string 2",
"actionTime": "2025-11-03T13:06:52.2750609+02:00"
},
{
"actionType": "sample string 1",
"actionIssue": "sample string 2",
"actionTime": "2025-11-03T13:06:52.2750609+02:00"
}
],
"acknowledged": true,
"acknowledgedTime": "2025-11-03T13:06:52.2750609+02:00",
"startTime": "2025-11-03T13:06:52.2750609+02:00",
"title": "sample string 4"
}
]