curl --request GET \
--url https://saas.pads365.com/rdx/NDS.Services.Process/api/v1/public-process
{
"Succeeded": true,
"Message": "<string>",
"Code": "<string>",
"Registrations": [
{
"Identifier": "<string>",
"Name": "<string>",
"Description": "<string>",
"Command": "<string>",
"DefaultArguments": "<string>"
}
]
}
curl --request GET \
--url https://saas.pads365.com/rdx/NDS.Services.Process/api/v1/public-process
{
"Succeeded": true,
"Message": "<string>",
"Code": "<string>",
"Registrations": [
{
"Identifier": "<string>",
"Name": "<string>",
"Description": "<string>",
"Command": "<string>",
"DefaultArguments": "<string>"
}
]
}
The response is of type object
.