Developer / Reference / HTTP API / Endpoints

Storage

Last updated on 13-May-2020 by Jakob Jakobsen Boysen
Jakob Jakobsen Boysen

Platform Lead
boysen@scifeon.com

Get location

GET /api/storage/location/{id}

Request

Path parameters

  • id ID of location

Response

The location entity with the following additional properties:

Get locations

GET /api/storage/location

Request

Query parameters

OData query parameters are used, as documented here.

Response

A list of locations with the same properties as the previous endpoint

Create locations

POST /api/storage/location

Request

Body

A JSON array of locations.

Response

The created locations.

Check in

POST /api/storage/location/{id}/checkin

Request

Path parameters

  • id ID of location to check in

Body

Response

The updated location.

Check out

POST /api/storage/location/checkout

Request

Body

Response

The updated location.