Containers
Retrieves a live container by ID
Returns the live (published) version of a container. Optionally includes associated content type information.
get/api/v1/containers/live
Query parameters
containerIdstring
Container identifier
includeContentTypeboolean
Include associated content type information
Response
Live 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.