tenant-app-read
or tenant-admin
Gets the list of all available Apps in the marketplace.
OK - Returns the App response.
Bad Request - Returns the Error response object.
Unauthorised
Forbidden - If the API user does not have one of the roles listed in Role Requirements above.
tenant-app-read
or tenant-admin
Gets an App from the marketplace by the appId
.
OK - Returns the App response.
Bad Request - Returns the Error response object.
Unauthorised
Forbidden - If the API user does not have one of the roles listed in Role Requirements above.
tenant-app-write
or tenant-admin
Installs an App for a tenant by the specified appId
.
No content returned when successful.
Bad Request - Returns the Error response object.
Unauthorised
Forbidden - If the API user does not have one of the roles listed in Role Requirements above.
tenant-app-read
or tenant-admin
Gets a list of a tenants installed Apps.
To install an App, call Marketplace > Install an App.
OK - Returns the Apps response.
Bad Request - Returns the Error response object.
Unauthorised
Forbidden - If the API user does not have one of the roles listed in Role Requirements above.
tenant-app-write
or tenant-admin
Uninstalls an existing installed App by the appId
.
OK - No Content
Bad Request - Returns the Error response object.
Unauthorised
Forbidden - If the API user does not have one of the roles listed in Role Requirements above.