List Apps
List the applications configured in your pod.
Header parameters
sessionTokenstringRequired
Session authentication token.
Responses
200
Success
application/json
Application Entitlements for the company
appIdstring · min: 1 · max: 256RequiredExample:
Unique ID for the Application
djAppappNamestring · min: 1 · max: 50RequiredExample:
Name for this Application
Dow JonesenablebooleanRequiredExample:
truelistedbooleanRequiredExample:
if true, this application will be listed in the appstore for everyone. Otherwise, this application will be hidden in the appstore.
trueinstallbooleanRequiredExample:
if true, the entitlement is set to automatic for the company. Otherwise, it is set to manual.
true400
Client error, see response body for further details.
application/json
401
Unauthorized: Invalid session token.
application/json
403
Forbidden: Caller lacks necessary entitlement.
application/json
500
Server error, see response body for further details.
application/json
get
/v1/admin/app/entitlement/list
🚧 Restricted Endpoint
Last updated
Was this helpful?