Skip to main content

List all positions for a customer.

GET 

/v1/customers/:uuid/positions

List all positions for a customer.

Request

Path Parameters

    uuid uuidrequired

    Unique identifier for the customer

Query Parameters

    limit int64

    Possible values: >= 1 and <= 100

    Default value: 10

    Number of items to return per page.

    page int64

    Possible values: >= 1

    Default value: 1

    Page number to return.

    from date-time

    Filter positions captured after this date and time.

    to date-time

    Filter positions captured before this date and time.

Responses

OK

Schema

    $schema uri

    A URL to the JSON Schema for this object.

    data

    object[]

    required

  • Array [

  • accuracy double

    Accuracy of the position

    altitude double

    Altitude of the position

    asset uuidrequired

    Unique identifier for the asset

    capturedAt date-timerequired

    Date and time the asset was captured.

    createdAt date-timerequired

    Date and time the asset was created.

    deletedAt date-timerequired

    Date and time the asset was deleted.

    device stringrequired

    Possible values: >= 16 characters and <= 16 characters

    Unique identifier for the device

    latitude doublerequired

    Latitude of the position

    longitude doublerequired

    Longitude of the position

    moving booleanrequired

    Is the asset moving

    receivedAt date-timerequired

    Date and time the asset was captured.

    source stringrequired

    Possible values: [gnss, wifi, ble, lora]

    Source of the position

    updatedAt date-timerequired

    Date and time the asset was updated.

  • ]

  • metadata

    object

    required

    limit int64required
    page int64required
    total int64required
    totalPages int64required
    status int64required
    timestamp date-timerequired
Loading...