Skip to main content

Get all loads

GET 

/loads

Retrieve a list of all loads.

Request

Responses

A list of loads

Schema
  • Array [
  • _id uuid
    name string
    setName string
    loadType string
    maxWeight number
    loadPositions string[]
    properties object
    createdAt date-time
    updatedAt date-time
  • ]
Loading...