Get Quick Launch Agent Procedures
Returns an array of agent procedures that can be "quick launched" from the Quick View window.
GET /automation/agentprocs/quicklaunch
- Accepts filter and sort expressions.
Headers
- Authorization: Bearer {hash string returned from Auth}
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"
}