Skip to main content

Get asset by UUID.

GET 

/v1/assets/:uuid

Returns a single asset by UUID. This operation can be accessed by the asset or an admin.

Request

Path Parameters

    uuid anyrequired

    The UUID of the asset to retrieve.

    Example: 8ea43308-d217-4545-b0d0-f93da568fe11
    uuid uuidrequired

    Unique identifier for the resource.

Responses

OK

Schema

    $schema uri

    A URL to the JSON Schema for this object.

    data

    object

    required

    created_at date-timerequired

    Date and time the asset was created.

    customer uuidrequired

    Unique identifier for the customer

    device stringrequired

    Possible values: non-empty and <= 16 characters

    Device type of the asset.

    integration uuidrequired

    Unique identifier for the integration

    name stringrequired

    Possible values: non-empty and <= 80 characters

    Name of asset.

    updated_at date-timerequired

    Date and time the asset was updated.

    uuid uuidrequired

    Unique identifier for the person

    status int64required
    timestamp date-timerequired
Loading...