Post organisations boards
Create a new Board for the provided organisation. No request body required as all parameters provided by server.
Authorizations
Path Parameters
Body
Response
BoardStatus is used to indicate the status of a board. The "unknown" status is used in case of inconsistencies in the database with the Board scheduler and the API cannot deduce the correct status without administrator intervention.
If the status is "unknown", then clients should assume it's in a draft/published state based on whether the board has an "activePublishInfo" field. If a board cannot be published due to it already being published and the "activePublishInfo" field is null, users should contact support.
unknown
, draft
, publishing
, published
, unpublishing
BoardPublishInfo provides information on a published board instance
TaskID is a unique identifier for the execution of a board. Each time a board is (re)published a new task ID will be generated.
LastEventID is the last observed event before this board was published. This may not be the last event on the stream for this board, since the observer may not have replayed all events at the time of publish. As such, the version of the board which will be executed is defined by this field, and not necessarily the latest event on the stream.
RecentPublishHistory is an array of BoardPublishInfo containing up to the last 5 publishes for a board. If full history is required, users should use the ListPublishHistory operation for a paginated view.
TaskID is a unique identifier for the execution of a board. Each time a board is (re)published a new task ID will be generated.
LastEventID is the last observed event before this board was published. This may not be the last event on the stream for this board, since the observer may not have replayed all events at the time of publish. As such, the version of the board which will be executed is defined by this field, and not necessarily the latest event on the stream.