curl --request GET \
--url https://saas.pads365.com/rdx/NDS.Services.Viewer/api/v1/Viewer/{id}
{
"Succeeded": true,
"Message": "<string>",
"Code": "<string>",
"Viewers": [
{
"Id": "<string>",
"Name": "<string>",
"Description": "<string>",
"Type": "<string>",
"Online": true,
"Parents": [
{
"Id": "<string>",
"Name": "<string>"
}
],
"HardwareId": "<string>",
"MacAddress": "<string>",
"LastConnected": "2023-11-07T05:31:56Z",
"Password": "<string>",
"ConnectedSince": "2023-11-07T05:31:56Z",
"ViewerSessionId": "<string>",
"ServerName": "<string>",
"IpAddress": "<string>",
"License": {
"ID": "<string>",
"Name": "<string>",
"ApplicationType": "<string>",
"Total": 123,
"Used": 123,
"IsDemo": true,
"ValidFrom": "2023-11-07T05:31:56Z",
"ValidUntil": "2023-11-07T05:31:56Z",
"Restricted": true,
"Elements": [
"<string>"
]
}
}
],
"TotalItems": 123
}
curl --request GET \
--url https://saas.pads365.com/rdx/NDS.Services.Viewer/api/v1/Viewer/{id}
{
"Succeeded": true,
"Message": "<string>",
"Code": "<string>",
"Viewers": [
{
"Id": "<string>",
"Name": "<string>",
"Description": "<string>",
"Type": "<string>",
"Online": true,
"Parents": [
{
"Id": "<string>",
"Name": "<string>"
}
],
"HardwareId": "<string>",
"MacAddress": "<string>",
"LastConnected": "2023-11-07T05:31:56Z",
"Password": "<string>",
"ConnectedSince": "2023-11-07T05:31:56Z",
"ViewerSessionId": "<string>",
"ServerName": "<string>",
"IpAddress": "<string>",
"License": {
"ID": "<string>",
"Name": "<string>",
"ApplicationType": "<string>",
"Total": 123,
"Used": 123,
"IsDemo": true,
"ValidFrom": "2023-11-07T05:31:56Z",
"ValidUntil": "2023-11-07T05:31:56Z",
"Restricted": true,
"Elements": [
"<string>"
]
}
}
],
"TotalItems": 123
}
The response is of type object
.