Get Agent Procedures
Returns an array of agent procedures.
GET /automation/agentprocs
- Accepts filter and sort expressions.
Headers
- Authorization: Bearer {hash string returned from Authentication}
Model Schema
|
Field |
Datatype |
Filterable |
Sortable |
|
|
|
|
|
|
|
|
||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Sample Response Model
{"TotalRecords": 0,
"Result": [
{"AgentProcedureId": 0,
"AgentProcedureName": "string",
"Path": "string",
"Description": "string",
"Attributes": {}}
],
"ResponseCode": 0,
"Status": "string",
"Error": "string"
}
