Request Information

URI Parameters :

None.

Body Parameters :

sync_log
NameDescriptionTypeAdditional information
id

Primary key

globally unique identifier

Required

application_code

string
user_id

globally unique identifier
email

string

Max length: 255

device_id

globally unique identifier
timeutc_start

date
timeutc_end

date
duration

integer
total_api_calls

integer
total_api_response_time

integer
avg_api_response_time

integer
max_api_response_time_names

string

Max length: 8000

downloading_details

string

Max length: 8000

uploading_details

string

Max length: 8000

other_actions_details

string

Max length: 8000

errors

string
is_completed

boolean
dateutc_added_on_server

date

Request Formats :

application/json, text/json

Sample:
{
  "id": "368074ed-eb14-4341-91ec-d5934bd674eb",
  "application_code": "sample string 2",
  "user_id": "ff3e30b5-8571-4d0c-bd2a-9dd05f2282f1",
  "email": "sample string 4",
  "device_id": "56b734fd-5288-4b43-8f96-eb775418d840",
  "timeutc_start": "2026-06-16T21:18:27.1057024+00:00",
  "timeutc_end": "2026-06-16T21:18:27.1057024+00:00",
  "duration": 8,
  "total_api_calls": 9,
  "total_api_response_time": 10,
  "avg_api_response_time": 11,
  "max_api_response_time_names": "sample string 12",
  "downloading_details": "sample string 13",
  "uploading_details": "sample string 14",
  "other_actions_details": "sample string 15",
  "errors": "sample string 16",
  "is_completed": true,
  "dateutc_added_on_server": "2026-06-16T21:18:27.1057024+00:00"
}

application/xml, text/xml

Sample:
<sync_log xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <application_code>sample string 2</application_code>
  <avg_api_response_time>11</avg_api_response_time>
  <dateutc_added_on_server>2026-06-16T21:18:27.105Z</dateutc_added_on_server>
  <device_id>56b734fd-5288-4b43-8f96-eb775418d840</device_id>
  <downloading_details>sample string 13</downloading_details>
  <duration>8</duration>
  <email>sample string 4</email>
  <errors>sample string 16</errors>
  <id>368074ed-eb14-4341-91ec-d5934bd674eb</id>
  <is_completed>true</is_completed>
  <max_api_response_time_names>sample string 12</max_api_response_time_names>
  <other_actions_details>sample string 15</other_actions_details>
  <timeutc_end>2026-06-16T21:18:27.105Z</timeutc_end>
  <timeutc_start>2026-06-16T21:18:27.105Z</timeutc_start>
  <total_api_calls>9</total_api_calls>
  <total_api_response_time>10</total_api_response_time>
  <uploading_details>sample string 14</uploading_details>
  <user_id>ff3e30b5-8571-4d0c-bd2a-9dd05f2282f1</user_id>
</sync_log>

Response Information

Resource Description :

sync_log
NameDescriptionTypeAdditional information
id

Primary key

globally unique identifier

Required

application_code

string
user_id

globally unique identifier
email

string

Max length: 255

device_id

globally unique identifier
timeutc_start

date
timeutc_end

date
duration

integer
total_api_calls

integer
total_api_response_time

integer
avg_api_response_time

integer
max_api_response_time_names

string

Max length: 8000

downloading_details

string

Max length: 8000

uploading_details

string

Max length: 8000

other_actions_details

string

Max length: 8000

errors

string
is_completed

boolean
dateutc_added_on_server

date

Response Formats

application/json, text/json

Sample:
{
  "id": "4273c9fb-33f4-442f-a616-4273da1c417f",
  "application_code": "sample string 2",
  "user_id": "e3250092-4e86-4803-a76c-2847f01f1db7",
  "email": "sample string 4",
  "device_id": "f6f93ed4-490f-4a1c-9128-b363cffa9756",
  "timeutc_start": "2026-06-16T21:18:27.1358086+00:00",
  "timeutc_end": "2026-06-16T21:18:27.1358086+00:00",
  "duration": 8,
  "total_api_calls": 9,
  "total_api_response_time": 10,
  "avg_api_response_time": 11,
  "max_api_response_time_names": "sample string 12",
  "downloading_details": "sample string 13",
  "uploading_details": "sample string 14",
  "other_actions_details": "sample string 15",
  "errors": "sample string 16",
  "is_completed": true,
  "dateutc_added_on_server": "2026-06-16T21:18:27.1358086+00:00"
}

application/xml, text/xml

Sample:
<sync_log xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <application_code>sample string 2</application_code>
  <avg_api_response_time>11</avg_api_response_time>
  <dateutc_added_on_server>2026-06-16T21:18:27.135Z</dateutc_added_on_server>
  <device_id>f6f93ed4-490f-4a1c-9128-b363cffa9756</device_id>
  <downloading_details>sample string 13</downloading_details>
  <duration>8</duration>
  <email>sample string 4</email>
  <errors>sample string 16</errors>
  <id>4273c9fb-33f4-442f-a616-4273da1c417f</id>
  <is_completed>true</is_completed>
  <max_api_response_time_names>sample string 12</max_api_response_time_names>
  <other_actions_details>sample string 15</other_actions_details>
  <timeutc_end>2026-06-16T21:18:27.135Z</timeutc_end>
  <timeutc_start>2026-06-16T21:18:27.135Z</timeutc_start>
  <total_api_calls>9</total_api_calls>
  <total_api_response_time>10</total_api_response_time>
  <uploading_details>sample string 14</uploading_details>
  <user_id>e3250092-4e86-4803-a76c-2847f01f1db7</user_id>
</sync_log>