Containers
Retrieves a working container by ID
Returns the working (draft) version of a container. Optionally includes associated content type information.
get/api/v1/containers/working
Query parameters
containerIdstring
Container identifier
includeContentTypeboolean
Include associated content type information
Response
Working container retrieved successfully. Returns ContainerView by default, or ContainerWithContentTypesView if includeContentType=true.
Changes
No recorded changes to this endpoint across all 1 revision of this API.