get /app/hublist
Stability index
This API is under development. Do not rely on it. It may change or be removed in future versions.
Query parameters
- filter (optional)
- orderby (optional)
- allprivileges (optional)
Return type
array[AppCondensed]
Example data
Content-Type: application/json
[ {
"privileges" : [ "privileges", "privileges" ],
"publishTime" : "2000-01-23T04:56:07.000+00:00",
"migrationHash" : "migrationHash",
"stream" : {
"privileges" : [ "privileges", "privileges" ],
"name" : "name",
"id" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91"
},
"appId" : "appId",
"name" : "name",
"savedInProductVersion" : "savedInProductVersion",
"id" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"published" : true,
"availabilityStatus" : { }
}, {
"privileges" : [ "privileges", "privileges" ],
"publishTime" : "2000-01-23T04:56:07.000+00:00",
"migrationHash" : "migrationHash",
"stream" : {
"privileges" : [ "privileges", "privileges" ],
"name" : "name",
"id" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91"
},
"appId" : "appId",
"name" : "name",
"savedInProductVersion" : "savedInProductVersion",
"id" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"published" : true,
"availabilityStatus" : { }
} ]
Responses
- 200
- OK