{ "opencollection": "1.0.0", "info": { "name": "Miro Developer Platform AI Interaction Logs Projects API", "version": "v2.0" }, "items": [ { "info": { "name": "Projects", "type": "folder" }, "items": [ { "info": { "name": "List of projects", "type": "http" }, "http": { "method": "GET", "url": "https://api.miro.com/v2/orgs/:org_id/teams/:team_id/projects", "params": [ { "name": "org_id", "value": "3074457345618265000", "type": "path", "description": "The ID of the organization from which you want to retrieve the list of available projects." }, { "name": "team_id", "value": "3074457345619012000", "type": "path", "description": "The ID of the team from which you want to retrieve the list of available projects." }, { "name": "limit", "value": "100", "type": "query", "description": "The maximum number of results to return per call. If the number of projects in the response is greater than the limit specified, the response returns the cursor parameter with a value." }, { "name": "cursor", "value": "3074457345618265000", "type": "query", "description": "An indicator of the position of a page in the full set of results. To obtain the first page leave it empty. To obtain subsequent pages set it to the value returned in the cursor field of the previous request." } ] }, "docs": "Retrieves the list of projects in an existing team of an organization. You can retrieve all projects, including all private projects (projects that haven't been specifically shared with you) by enabling Content Admin permissions. To enable Content Admin permissions, see [Content Admin permissions for Company Admins](https://help.miro.com/hc/en-us/articles/360012777280-Content-Admin-permissions-for-Company-Admins).
This API is available only for Note Projects have been renamed to Spaces, and the terms can be used interchangeably.Required scope
projects:write
This API is available only for Note Projects have been renamed to Spaces, and the terms can be used interchangeably.Required scope
projects:write
This API is available onl" } ] } ], "bundled": true }