Intervals API Resource: quota
The base URL for this resource is located at
https://api.myintervals.com/quota/
Use this endpoint to query the number of API requests already consumed for the day, as well as the time (GMT) of the next quota reset. This resource is not bound by the limit of requests per day.
Collection
Allowed HTTP Methods | |
---|---|
Method | Group Access |
GET | Administrator, Manager, Resource, Executive |
To retrieve the entire list of this resource:
GET /quota/
Example output
{ "personid": 3665532, "status": "OK", "code": 200, "quota": { "quota": 6000, "used": 3031, "business_day": "2022-01-25 22:10:18", "exceeded": "f" } }
Intervals API
This documentation is meant to serve as an introduction to getting started with the API.
Documentation
Resources
- client
- contactdescriptor
- contacttype
- document
- expense
- group
- invoice
- invoiceitem
- invoicenote
- invoiceterm
- me
- milestone
- milestonenote
- module
- payment
- paymenttype
- person
- personcontact
- project
- projectlabel
- projectmodule
- projectnote
- projectteam
- projectworktype
- quota
- request
- task
- tasklistfilter
- tasknote
- taskpriority
- taskstatus
- time
- timer
- worktype
API Support
Looking for help?
» Contact our support team.