Advertisement
Sufyan

ServiceCallTable JSON Response

Feb 16th, 2022
1,392
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.18 KB | None | 0 0
  1. {
  2.      "date": "2021-09-10T22:38:34.030Z",
  3.      "status": 200,
  4.      "data": {
  5.          "links": {
  6.              "self": "?page=1&size=25",
  7.              "prev": null,
  8.              "next": null,
  9.              "first": "?page=1&size=25",
  10.              "last": "?page=1&size=25"
  11.          },
  12.          "page": 1,
  13.          "size": 25,
  14.          "total": 2,
  15.          "items": [
  16.              {
  17.                  ...
  18.              },
  19.              {
  20.                  ...
  21.              }
  22.          ]
  23.      },
  24.      "serverInformation": {
  25.          "serverName": "Axle CRM Web",
  26.          "apiVersion": "4.0.0",
  27.          "requestDuration": 777,
  28.          "currentTime": 1631313514032
  29.      },
  30.      "requesterInformation": {
  31.          "id": "84b92412f81d8a5cd88441c7dc6be09387044731-0397c515-b58e-4d07-9f89-548bd862ce4a",
  32.          "fingerprint": "84b92412f81d8a5cd88441c7dc6be09387044731",
  33.          "messageId": "0397c515-b58e-4d07-9f89-548bd862ce4a",
  34.          "remoteIP": "172.19.0.1",
  35.          "receivedParams": {
  36.              "from": "2021-06-01 00:00:00",
  37.              "to": "2021-09-08 23:59:59",
  38.              "source_name": "RouteOne LLC",
  39.              "action": "lead:list"
  40.          }
  41.      }
  42.  }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement