Operations

The API uses HTTP operations to define actions on a record, according to the REST pattern. The following HTTP operations are used:

OperationDescription
GETGets a list of records or a specific record based on its id.
POSTCreates a new record.
PUTChanges an existing record.
DELETERemoves a record.
PATCHPartially changes a record.

Note: The availability of the above operations will vary at each endpoint.