GET Sync/Data/{centerId}/{entityName}?startTime={startTime}&endTime={endTime}&Count={Count}&Offset={Offset}

Authorization

Access to this endpoint is granted if all following conditions are true:

  • Everyone who passes an authentication token in "token" URI parameter which is configured to allow access to this endpoint.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
centerId

globally unique identifier

Required

entityName

string

Required

startTime

date

Required

endTime

date

Required

Count

integer

None.

Offset

integer

None.

Body Parameters

None.

Response Information

Resource Description

Collection of Dictionary of string [key] and Object [value]

Response Formats

application/json, text/json

Sample:
[
  {
    "sample string 1": {},
    "sample string 3": {}
  },
  {
    "sample string 1": {},
    "sample string 3": {}
  }
]