GET api/DsGmsSyncLog

Returns logs for the past week.

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of DsGmsSyncLog
NameDescriptionTypeAdditional information
IsSuccessful

boolean

None.

Message

string

None.

Trigger

string

None.

SyncType

string

None.

Target

string

None.

TargetId

integer

None.

SyncId

globally unique identifier

None.

Id

integer

None.

LastUpdatedTimestamp

date

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "IsSuccessful": true,
    "Message": "sample string 2",
    "Trigger": "sample string 3",
    "SyncType": "sample string 4",
    "Target": "sample string 5",
    "TargetId": 6,
    "SyncId": "3812510c-bfa8-4237-b13c-84f08eaa7f51",
    "Id": 8,
    "LastUpdatedTimestamp": "2024-04-19T08:37:35.5595758+01:00"
  },
  {
    "IsSuccessful": true,
    "Message": "sample string 2",
    "Trigger": "sample string 3",
    "SyncType": "sample string 4",
    "Target": "sample string 5",
    "TargetId": 6,
    "SyncId": "3812510c-bfa8-4237-b13c-84f08eaa7f51",
    "Id": 8,
    "LastUpdatedTimestamp": "2024-04-19T08:37:35.5595758+01:00"
  }
]

text/xml

Sample:
<ArrayOfDsGmsSyncLog xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DataLayer2.Models.FlexyGrant">
  <DsGmsSyncLog>
    <Id xmlns="http://schemas.datacontract.org/2004/07/DataLayer2.Core">8</Id>
    <LastUpdatedTimestamp xmlns="http://schemas.datacontract.org/2004/07/DataLayer2.Core">2024-04-19T08:37:35.5595758+01:00</LastUpdatedTimestamp>
    <IsSuccessful>true</IsSuccessful>
    <Message>sample string 2</Message>
    <SyncId>3812510c-bfa8-4237-b13c-84f08eaa7f51</SyncId>
    <SyncType>sample string 4</SyncType>
    <Target>sample string 5</Target>
    <TargetId>6</TargetId>
    <Trigger>sample string 3</Trigger>
  </DsGmsSyncLog>
  <DsGmsSyncLog>
    <Id xmlns="http://schemas.datacontract.org/2004/07/DataLayer2.Core">8</Id>
    <LastUpdatedTimestamp xmlns="http://schemas.datacontract.org/2004/07/DataLayer2.Core">2024-04-19T08:37:35.5595758+01:00</LastUpdatedTimestamp>
    <IsSuccessful>true</IsSuccessful>
    <Message>sample string 2</Message>
    <SyncId>3812510c-bfa8-4237-b13c-84f08eaa7f51</SyncId>
    <SyncType>sample string 4</SyncType>
    <Target>sample string 5</Target>
    <TargetId>6</TargetId>
    <Trigger>sample string 3</Trigger>
  </DsGmsSyncLog>
</ArrayOfDsGmsSyncLog>