curl --request GET \
--url https://platform.versori.com/api/connect/v1/o/{organisation_id}/connectors/{connector_id}/versions/{version}/triggers \
--header 'Authorization: Bearer <token>'{
"totalCount": 123,
"next": "<string>",
"prev": "<string>",
"triggers": [
{
"id": "<string>",
"errors": [
{
"field": "<string>",
"message": "<string>",
"severity": "error"
}
],
"type": "http",
"name": "<string>",
"summary": "<string>",
"description": "<string>",
"method": "GET",
"parameters": [
{
"name": "<string>",
"in": "cookie",
"required": true,
"type": "string",
"default": "<any>"
}
],
"requestBody": {
"required": true,
"definitions": [
{
"id": "<any>",
"definition": "<any>"
}
]
},
"responses": [
{
"status": 123,
"id": "<string>",
"definitions": [
{
"id": "<any>",
"definition": "<any>"
}
]
}
]
}
]
}GetTriggers returns a paginated list of Triggers for the specified ConnectorVersion.
curl --request GET \
--url https://platform.versori.com/api/connect/v1/o/{organisation_id}/connectors/{connector_id}/versions/{version}/triggers \
--header 'Authorization: Bearer <token>'{
"totalCount": 123,
"next": "<string>",
"prev": "<string>",
"triggers": [
{
"id": "<string>",
"errors": [
{
"field": "<string>",
"message": "<string>",
"severity": "error"
}
],
"type": "http",
"name": "<string>",
"summary": "<string>",
"description": "<string>",
"method": "GET",
"parameters": [
{
"name": "<string>",
"in": "cookie",
"required": true,
"type": "string",
"default": "<any>"
}
],
"requestBody": {
"required": true,
"definitions": [
{
"id": "<any>",
"definition": "<any>"
}
]
},
"responses": [
{
"status": 123,
"id": "<string>",
"definitions": [
{
"id": "<any>",
"definition": "<any>"
}
]
}
]
}
]
}