Use EquipCalendar, get your API key.
Learn the conventions and what it can do.
Start exchanging data with EquipCalendar.
The API uses the following HTTP methods for object manipulation:
GET | Used for object retrieval |
POST | Used for object creation |
PUT | Used for object update |
DELETE | Used for object deletion |
The JSON standard is followed fully in all exhanges with the API. This means that the API can only receive JSON lists or objects. JSON values must be of the correct type:
IDs and numbers in general must be integers, not strings.
Since JSON does not have a type for dates and times, they are exchanged as strings. Dates must be formatted as YYYY-MM-DD and datetimes must be formatted as YYYY-MM-DD HH:MM:SS.
Boolean values must be INTEGER values of 0 for false or 1 for true, in any request body or query string parameter. All responses from the REST API will follow this format as well.
© 2024 EQPD, LLC