POST
/
api
/
v1
/
gateway
/
logs
curl --request POST \
  --url https://saas.pads365.com/rdx/NDS.Services.Device/api/v1/gateway/logs \
  --header 'Content-Type: application/json' \
  --data '{
  "ClientIds": [
    "<string>"
  ],
  "Lines": 123,
  "Offset": 123
}'
{
  "Succeeded": true,
  "Message": "<string>",
  "Code": "<string>",
  "Logs": [
    {
      "Succeeded": true,
      "Message": "<string>",
      "ClientId": "<string>",
      "Log": "<any>"
    }
  ]
}

Body

application/json

Response

200 - application/json

The response is of type object.