Get User Portal Agent Procedures
Returns an array of agent procedures displayed on the user portal.
GET /automation/agentprocsportal
- 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"
}