Skip to main content
Version: 4.7.8

Get a folder

Get a folder

Path Parameters
    id uuid required

    The ID of the folder to retrieve

Responses

Folder retrieved successfully


Schema
    id uuid required

    The ID of the folder

    createdAt float required

    Timestamp in seconds since the UNIX epoch. Can be transformed into a Date object.

    updatedAt float required

    Timestamp in seconds since the UNIX epoch. Can be transformed into a Date object.

    name string required

    The name of the folder

    organizationId uuid required

    The ID of the organization that owns the folder

    parentFolderId uuid nullable required

    The ID of the parent folder

Loading...