v1
latestOpenAPI 3.0.12026-07-2471135326.0 KBForwards
Forward Process Information
get/v1/forwards/{id}
Path parameters
idinteger required
Unique identifier of the forward process.
Response
Successful Operation
Example response
{
"meta": {
"timestamp": 1597166699457,
"transactionId": "70169d77-c165-4795-9932-35b8a3af96fb",
"explain": "a descriptive text"
},
"data": {
"id": 10,
"description": "Process description",
"active": true,
"response": "You were unsubscribed successfully",
"name": "Process name",
"keywords": [
"keyword"
],
"externalId": "123456789",
"channel": "SMS",
"origins": [
"CODE"
],
"connections": [
"CONNECTION_CODE"
],
"priority": 500,
"url": "http://www.mycallback.com",
"prefix": "ABC",
"queue": {
"name": "queue",
"exchange": "exchange"
},
"owner": "root",
"operator": "root"
}
}