Intervals API Special Functionality

The Intervals API allows you to perform special functions on certain member elements that fall outside the basic CRUD functions (create, read, update, delete).

Each special request takes the following format:

GET /{resource}/{resource_id}/{special_function}/

It's also possible to pass parameters to special functions, depending on whether the resource function allows them. An example looks like the following:

GET /{resource}/{resource_id}/{special_function}/?param1=value1&param2=value2

Note: Special functions always use the GET HTTP method.

The following API endpoints currently support special functions:

Don’t have an Intervals account? Start your own unlimited trial.

No credit card required. No software to install. Cancel any time.

Try it Free