Skip to main content
GET
/
apps
List all apps
import requests

url = "https://{FUSION HOST}/api/apps"

response = requests.get(url)

print(response.json())
[
  {
    "id": "movies",
    "name": "Movies",
    "description": "Search the movielens database.",
    "dataUri": "/App-Tile-01-460x160.png",
    "properties": {
      "headerImageName": "headerImage1",
      "tileColor": "apps-darkblue",
      "previousCollectionId": "movies"
    }
  },
  {
    "id": "tech-pubs",
    "name": "TechPubs",
    "description": "Search the documentation.",
    "dataUri": "/App-Tile-02-460x160.png",
    "properties": {
      "headerImageName": "headerImage2",
      "tileColor": "apps-darkblue",
      "previousCollectionId": "tech-pubs"
    }
  }
]

Response

200 - application/json

successful operation

id
string