Skip to main content

Get Workspace Asset Division

GET 

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

Get a Division in an Workspace/Asset group by their Names.

Request​

Path Parameters

    workspace stringrequired

    Name of the Workspace

    asset stringrequired

    Name of the Asset

    division stringrequired

    Name of the Division

Responses​

Success

Schema

    id integerrequired

    ID of the Division

    Possible values: > 0

    Example: 1000
    name stringrequired

    Name of the Division

    Example: Division 1
    createdAt date-timerequired

    Creation Date of the Division

    Example: 2025-11-12T16:40:12.532Z
    updatedAt date-timerequired

    Update Date of the Division

    Example: 2025-11-12T16:40:12.532Z
    description stringnullablerequired

    Description of the Division

    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

    asset

    object

    required

    id integerrequired

    ID of the Asset

    Possible values: > 0

    Example: 1000
    name stringrequired

    Name of the Asset

    Example: Asset 1
Loading...