Skip to main content

Get a load by ID

GET 

/loads/:id

Retrieve information about a specific load.

Request

Path Parameters

    id stringrequired

    The ID of the load to retrieve, update or delete

Responses

Load details

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