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 |
|
|
|
|
|
|
|
|
|
|
|
|
Sample Response Model
{
"TotalRecords": 0,
"Result": [
{
"Caption": "string",
"Name": "string",
"Value": "string"
}
],
"ResponseCode": 0,
"Status": "string",
"Error": "string"
}