v4
This document describes API version 4
The backend has automatically generated API documentation available at /docs/index.html
.
/{resource}
for the collection and /{resource}/{id}
for a single resource.OPTIONS
HTTP method to be HATEOAS compliant. Use the OPTIONS
method to discover available HTTP methodsGET
(read resources) and POST
(create new resource). Note: The newest API version might not yet support all methods for all endpoints. In this case, you can use an older API version if necessary.GET
(read resource), PATCH
(update resource) and DELETE
(delete resource). Note: The newest API version might not yet support all methods for all endpoints. In this case, you can use an older API version if necessary.All resources share the following read only attributes:
createdAt
(string): An RFC3339 timestamp of the time when the resource was created.updatedAt
(string): An RFC3339 timestamp of the time when the resource was updated.deletedAt
(string): An RFC3339 timestamp of the time when the resource was deleted. Can be null.id
(string): The UUID of the object.links
(object): A map of related resources.self
(string): The full URL of the resource itself.The following transformations will be applied to resources before they are saved:
Test Envelope
, it will be saved as Test Envelope
.