The API uses HTTP operations to define actions on a record, according to the REST pattern. The following HTTP operations are used:
Operation | Description |
---|---|
GET | Gets a list of records or a specific record based on its id. |
POST | Creates a new record. |
PUT | Changes an existing record. |
DELETE | Removes a record. |
PATCH | Partially changes a record. |
Note: The availability of the above operations will vary at each endpoint.