Fields:
| Field Name | Type | Required | Description |
|---|---|---|---|
| id | string, number | Yes | Unique folder identifier. |
| title | string | Yes | Name of the folder. |
| created | string | null | No | Date of creation of folder. |
| parent_entity_id | string, number | null | No | Identifier of parent entity. |
| sort_order | number | null | No | The positive numeric value which defines the sort order |
| key | string | null | No | Unique string identifier for the folder. |
| last_sequence_number | integer | null | No | Last sequence number used for card keys. |
Description of fields:
id:
A unique identifier for the folder, which is used to map and track the folder within our system.
title:
Full folder name for visual representation.
created:
Null or Datetime of creation of the folder.
parent_entity_id:
Unique identifier that specifies the parent element that contains the folder (reference to the parent space or folder).
sort_order:
key:
A unique string identifier that is inherited by all cards within this entity.
last_sequence_number:
The last sequence number assigned to a card within this entity. Used to generate sequential card keys with key attribute value (e.g., KEY-1, KEY-2, etc.).
JSON schema: