Fields:
| Field Name | Type | Required | Description |
|---|---|---|---|
| id | string, number | Yes | Unique identifier of the board. |
| title | string | Yes | Name of the board. |
| author_id | string, number, null | No | Unique identifier of author of board. |
| created | string | null | No | Date of creation of board. |
| space_id | string, number | null | No | Unique space identifier for the board. |
Description of fields:
id:
A unique identifier for the board, which is used to map and track the board within our system.
title:
The complete name of the board, used for display purposes.
author_id:
A unique identifier of author of board, used for display purposes.
created:
Null or Datetime of creation of the board
space_id:
Identifier that specifies the board's space (locator for a board's position within a larger context).
JSON schema: