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>"
}
]
}
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>"
}
]
}
The response is of type object
.