Skip to main content

Get Workspace Asset

GET 

/api/v1/workspaces/:workspace/assets/:asset

Get an Asset in a Workspace by their Names.

Request

Path Parameters

    workspace stringrequired

    Name of the Workspace

    asset stringrequired

    Name of the Asset

Responses

Success

Schema

    id integerrequired

    ID of the Asset

    Possible values: > 0

    Example: 1000
    name stringrequired

    Name of the Asset

    Example: Asset 1
    createdAt date-timerequired

    Creation Date of the Asset

    Example: 2025-03-12T18:12:44.465Z
    updatedAt date-timerequired

    Update Date of the Asset

    Example: 2025-03-12T18:12:44.465Z
    type stringrequired

    Type of the Asset

    Example: Vessel
    description stringnullablerequired

    Description of the Asset

    Example: Description

    workspace

    object

    required

    id integerrequired

    ID of the Workspace

    Possible values: > 0

    Example: 1000
    name stringrequired

    Name of the Workspace

    Example: Workspace 1
Loading...