Retrieve Folder

Retrieve a folder

GET https://api.xenia.team/v1/folders/:id

Retrieve a folder by id

Path Parameters

NameTypeDescription

id*

String

Team id

Headers

NameTypeDescription

Authorization*

String

{   
    "id": "e77b6442-de60-401c-a173-0afc84a5747e",
    "title": "Opening Checklists",
    templates: [{}],
    "workspaceId": "e77b6442-de60-401c-a173-0afc84a5745f",
    "createdAt": 1701743645
    "updatedAt": 2001743645
}

Last updated