{
"opencollection": "1.0.0",
"info": {
"name": "Miro Developer Platform AI Interaction Logs Code widget items (experimental) API",
"version": "v2.0"
},
"items": [
{
"info": {
"name": "Code widget items (experimental)",
"type": "folder"
},
"items": [
{
"info": {
"name": "Get code widget items",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.miro.com/v2-experimental/boards/:board_id/code_widgets",
"params": [
{
"name": "limit",
"value": "",
"type": "query"
},
{
"name": "cursor",
"value": "",
"type": "query"
},
{
"name": "board_id",
"value": "",
"type": "path",
"description": "Unique identifier (ID) of the board for which you want to retrieve the list of code widget items."
}
]
},
"docs": "Retrieves a list of code widget items for a specific board.\n\nThis method returns results using a cursor-based approach. A cursor-paginated method returns a portion of the total set of results based on the limit specified and a cursor that points to the next portion of the results. To retrieve the next portion of the collection, on your next call to the same method, set the `cursor` parameter equal to the `cursor` value you received in the response of the previous request.