Next Topic

Previous Topic

Book Contents

Get Agent Procedures

Returns an array of agent procedures.

GET /automation/agentprocs

Headers

Model Schema

Field

Datatype

Filterable

Sortable

AgentProcedureId

int

 

AgentProcedureName

string

Path

string

 

Description

string

 

 

Attributes

object

 

 

Sample Response Model

{
  "TotalRecords": 0,
  "Result": [
    {
      "AgentProcedureId": 0,
      "AgentProcedureName": "string",
      "Path": "string",
      "Description": "string",
      "Attributes": {}
    }
  ],
  "ResponseCode": 0,
  "Status": "string",
  "Error": "string"
}