Saltar al contenido principal
GET
/
v1
/
agents
/
subscriptions
/
{subscriptionId}
Get one agent subscription by id
curl --request GET \
  --url https://api.bold-factory.com/v1/agents/subscriptions/{subscriptionId} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "agentId": "<string>",
  "eventName": "<string>",
  "eventVersion": 123,
  "owner": "<string>",
  "enabled": true,
  "conditionFormula": "<string>",
  "createdAt": "2023-11-07T05:31:56Z",
  "createdBy": "<string>",
  "lastModifiedAt": "2023-11-07T05:31:56Z",
  "lastModifiedBy": "<string>"
}

Autorizaciones

Authorization
string
header
requerido

Use a valid JWT token in the Authorization header with the format 'Bearer {token}'

Parámetros de ruta

subscriptionId
string
requerido

Respuesta

OK

id
string
requerido
agentId
string
requerido
eventName
string
requerido
eventVersion
integer<int32>
requerido
owner
string
requerido
enabled
boolean
requerido
conditionFormula
null | string
requerido
createdAt
string<date-time>
requerido
createdBy
string
requerido
lastModifiedAt
string<date-time>
requerido
lastModifiedBy
string
requerido