curl --request POST \
--url https://saas.pads365.com/rdx/NDS.Services.Viewer/api/v1/Viewer/names \
--header 'Content-Type: application/json' \
--data '{
"Paging": {
"Start": 123,
"Items": 123
},
"ViewerTypes": [
"<string>"
]
}'
{
"Succeeded": true,
"Message": "<string>",
"Code": "<string>",
"Viewers": [
{
"Id": "<string>",
"Name": "<string>",
"Type": "<string>"
}
],
"TotalItems": 123
}
curl --request POST \
--url https://saas.pads365.com/rdx/NDS.Services.Viewer/api/v1/Viewer/names \
--header 'Content-Type: application/json' \
--data '{
"Paging": {
"Start": 123,
"Items": 123
},
"ViewerTypes": [
"<string>"
]
}'
{
"Succeeded": true,
"Message": "<string>",
"Code": "<string>",
"Viewers": [
{
"Id": "<string>",
"Name": "<string>",
"Type": "<string>"
}
],
"TotalItems": 123
}
The response is of type object
.