v10

latestOpenAPI 3.0.1raw.githubusercontent.com2025-12-033223581.2 MB
ScheduledEventConfigurations

List ScheduledEventConfigurations

Retrieve a list of ScheduledEventConfiguration entities

get/organizations/{orgId}/scheduledevents/configurations

Path parameters

orgIdstring required

UUID of the organization

Query parameters

pageSizeinteger

Number of ScheduledEventConfigurations to retrieve per page

nextTokenstring

nextToken for multi page retrievals

idsstring[]

list of UUIDs to retrieve

Response

ListScheduledEventConfigurations 200 response

nextTokenstring

Example response

{
  "data": [
    {
      "name": "10 days after bill due date",
      "entity": "Bill",
      "field": "dueDate",
      "offset": 10
    }
  ]
}