curl --request POST \
--url https://saas.pads365.com/rdx/NDS.Services.Device/api/v1/device \
--header 'Content-Type: application/json' \
--data '{
"Types": [
"<string>"
]
}'
{
"Succeeded": true,
"Message": "<string>",
"Code": "<string>",
"Devices": [
{
"Id": "<string>",
"Name": "<string>",
"Description": "<string>",
"GatewayId": "<string>",
"ExternalId": "<string>",
"Type": "<string>",
"ProxyDeviceId": "<string>",
"Label": "<string>",
"UpdatedDate": "2023-11-07T05:31:56Z",
"LastSeenDate": "2023-11-07T05:31:56Z",
"MotionDelay": 123
}
]
}
curl --request POST \
--url https://saas.pads365.com/rdx/NDS.Services.Device/api/v1/device \
--header 'Content-Type: application/json' \
--data '{
"Types": [
"<string>"
]
}'
{
"Succeeded": true,
"Message": "<string>",
"Code": "<string>",
"Devices": [
{
"Id": "<string>",
"Name": "<string>",
"Description": "<string>",
"GatewayId": "<string>",
"ExternalId": "<string>",
"Type": "<string>",
"ProxyDeviceId": "<string>",
"Label": "<string>",
"UpdatedDate": "2023-11-07T05:31:56Z",
"LastSeenDate": "2023-11-07T05:31:56Z",
"MotionDelay": 123
}
]
}
The response is of type object
.