Hello community,
I have a question regarding the API capabilities.
From the documentation, I can see that it’s possible to create and update certain board items (such as cards, sticky notes, shapes, etc.) using the available endpoints.
However, when I use the Get All Board Items endpoint, I notice additional item types appearing in the response, for example:
"type": "data_table_format",
"type": "slide_container"
and several others.
My question is:
Are there endpoints available to create or update these specific entity types (like data_table_format
, slide_container
, etc.)?
I couldn’t find anything related to them in the REST API documentation.
Thanks in advance for your help!