apps

Get all visible MIRO apps

Get all apps registered for one of your user groups and their metadata.

An app object contains the following fields:

  • id: The unique identifier of the app
  • displayName: The name of the app as it appears in the library
  • description: The description of the app as it appears in the library
  • accessGroups: The user groups that can see this app. If no user groups are assigned (empty array), anyone with access to the MIRO Server instance can see the app
get/apps/

Response

Successful Response

idstring
displayNamestring
descriptionstring
accessGroupsstring[] required

Changes