Restowing (Operations)

Endpoints to manipulate restowing items.

List restow items

get

This part of the API is in Beta status. For details please check the api-release-life-cycle documentationarrow-up-right.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
facilityRefstringOptional

Reference to the facility you want to get the corresponding restows

restowedbooleanOptional

Reference restowed status of the restow items

statusstring[]Optional

Reference status of the restow items

startAfterIdstringOptional

all entities after given Id

sizeintegerOptional

number of entities to show

Default: 25
orderBystring · enumOptional

RestowItemsSortOptionsEnum

Possible values:
Responses
chevron-right
200

Restow items were found. The results are in the body.

application/json

RestowedItems

totalintegerOptional

Total number of found entities for this query

Example: 42
get
/api/restowitems

Get restow item

get

This part of the API is in Beta status. For details please check the api-release-life-cycle documentationarrow-up-right.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
restowItemIdstringRequired

ID of the restow item you want to get

Responses
chevron-right
200

RestowItem was found & you were allowed to access it. The result is in the body.

application/json

RestowItem

get
/api/restowitems/{restowItemId}

Update restow item

patch

This part of the API is in Beta status. For details please check the api-release-life-cycle documentationarrow-up-right. Deprecated, please use /api/restowitems/{restowItemId}/actions

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
restowItemIdstringRequired

ID of the restow item you want to update

Body

Deprecated Actions to modify restow items - please use /api/restowitem/{id}/actions

versioninteger · int64Required

The version of the document to be used in optimistic locking mechanisms.

Example: 42
Responses
chevron-right
200

RestowItem was found & patch-set has been applied. The patched restow item is in the body.

application/json

RestowItem

patch
/api/restowitems/{restowItemId}

Call restow item action

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
restowItemIdstringRequired

Reference to the restow item you want to call an action for

Body

RestowItemActionsParameter

or
Responses
chevron-right
200

Updated RestowItem in the body.

application/json

RestowItem

post
/api/restowitems/{restowItemId}/actions

Last updated