v1

latestOpenAPI 3.1.02026-08-0610264152.3 KB
Event Templates

List event templates

This endpoint lists event templates.

post/v2/event-templates/list

Request body

offsetinteger

Indicates from where in the list of events the server should start.

limitinteger

Maximum number of results to be fetched for the query.

Example request

{
  "filters": [
    {
      "companyFilter": {
        "companyId": {
          "id": "f49d00fe-1eda-4304-ba79-a980f565281d"
        }
      }
    }
  ],
  "offset": 2,
  "limit": 2,
  "sortOptions": [
    {
      "sortOrder": "DESC"
    }
  ]
}

Response

OK