Next Topic

Previous Topic

Book Contents

Get Agent Prompts for Agent Procedure

Returns an array of user prompts requiring data entry at the time the agent procedure is run.

GET /automation/agentprocs/{agentProcedureId}/prompts

Headers

Model Schema

Field

Datatype

Filterable

Sortable

Caption

string

 

 

Name

datetime

 

 

Value

string

 

 

Sample Response Model

{
  "TotalRecords": 0,
  "Result": [
    {
      "Caption": "string",
      "Name": "string",
      "Value": "string"
    }
  ],
  "ResponseCode": 0,
  "Status": "string",
  "Error": "string"
}