Skip to main content

Get container hierarchy

Warning: The Swagger UI displays the BrandSecureSystem.Frontend.Shared.Containers.SharedContainerHierarchyModel.ChildHierarchies incorrectly. They should have the same properties as the parent.

Gets the complete container hierarchy including the batches. Provides a huge performance as only one request is necessary.

Responses
200

The container hierarchy

Schema OPTIONAL
container object OPTIONAL

The container at the current level

containerId uuid OPTIONAL

The container id

name string OPTIONAL

The container name

description string OPTIONAL

The container description

number string OPTIONAL

An arbitrary number, as a text

fakedThreshold float OPTIONAL

The faked threshold

status int32 OPTIONAL

Possible values: [0, 1]

The container status

batches object[] OPTIONAL

The batches in the container

batchId uuid OPTIONAL

The batch id

childHierarchies (circular)[] OPTIONAL

The child containers at the current level

400

An error describing the issue caused by the client

Schema OPTIONAL
type int32 OPTIONAL

Possible values: [0, 1, 2, 3, 4]

The type of client error

message string OPTIONAL

The error message

500

An error describing the server issue

Schema OPTIONAL
message string OPTIONAL

The error message