The type of resource being retrieved or mutated.
Retrieves the total count of data items before pagination.
The data request being made. The page and size fields are ignored in this instance.
The total number of items across pages that the request data set will represent.
Deletes a resource entity.
This uses the DELETE verb.
The identification of the resource to delete.
Retrieves a single item by it's identification.
This uses a GET verb.
The identification of the resource to retrieve.
The json representation of the entity.
Retrieves a single page of data.
The data request that contains the sorting, filtering, search, and pagination info to construct a data view.
A single page of data elements.
Creates a new entity or updates an existing entity.
This is determined by the body parameters on whether or not an entity already exists.
This uses the PUT verb.
The post body that represents the resource to create or update.
The resource that was created or updated.
A service that conforms to all known restful standards.