GET API/V1/Mobile/SynchronizationLog

Request Information

URI Parameters

NameDescriptionTypeAdditional information
FromDateTime

date

None.

IncludAcknowledge

boolean

None.

Body Parameters

None.

Response Information

Resource Description

Collection of iMDsoft.API.Metavision.Data.Mobile.Synchronization.SynchronizationLogData
NameDescriptionTypeAdditional 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": "2024-09-22T13:29:24.3903076+03:00",
    "objectId": {},
    "objectType": "AdministeredDose",
    "failedActions": [
      {
        "actionType": "sample string 1",
        "actionIssue": "sample string 2",
        "actionTime": "2024-09-22T13:29:24.3903076+03:00"
      },
      {
        "actionType": "sample string 1",
        "actionIssue": "sample string 2",
        "actionTime": "2024-09-22T13:29:24.3903076+03:00"
      }
    ],
    "acknowledged": true,
    "acknowledgedTime": "2024-09-22T13:29:24.3903076+03:00",
    "startTime": "2024-09-22T13:29:24.3903076+03:00",
    "title": "sample string 4"
  },
  {
    "patientID": 1,
    "logDateTime": "2024-09-22T13:29:24.3903076+03:00",
    "objectId": {},
    "objectType": "AdministeredDose",
    "failedActions": [
      {
        "actionType": "sample string 1",
        "actionIssue": "sample string 2",
        "actionTime": "2024-09-22T13:29:24.3903076+03:00"
      },
      {
        "actionType": "sample string 1",
        "actionIssue": "sample string 2",
        "actionTime": "2024-09-22T13:29:24.3903076+03:00"
      }
    ],
    "acknowledged": true,
    "acknowledgedTime": "2024-09-22T13:29:24.3903076+03:00",
    "startTime": "2024-09-22T13:29:24.3903076+03:00",
    "title": "sample string 4"
  }
]