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

Query Parameters

getProcessesRequest
object

Response

200 - application/json

The response is of type object.