curl --request GET \
--url https://saas.pads365.com/rdx/NDS.Services.Viewer/api/v1/Viewer/priorities
{
"Succeeded": true,
"Message": "<string>",
"Code": "<string>",
"Priorities": [
{
"Id": "<string>",
"Name": "<string>",
"Color": "<string>",
"CanSchedule": true,
"Order": 123,
"IsDefault": true
}
]
}
curl --request GET \
--url https://saas.pads365.com/rdx/NDS.Services.Viewer/api/v1/Viewer/priorities
{
"Succeeded": true,
"Message": "<string>",
"Code": "<string>",
"Priorities": [
{
"Id": "<string>",
"Name": "<string>",
"Color": "<string>",
"CanSchedule": true,
"Order": 123,
"IsDefault": true
}
]
}
The response is of type object
.