Documentation Index
Fetch the complete documentation index at: https://learninghub.blinkops.com/llms.txt
Use this file to discover all available pages before exploring further.
Parameters
| Parameter | Description |
|---|
| Expand | Traverses users link relationship and optionally embeds Application User resource. |
| Filter | Filters apps by status, user.id, group.id or credentials.signing.kid expression. |
| Limit | Specifies the number of results for a page (maximum 200). |
| Query | Searches the name or label property of applications using startsWith that matches what the string starts with to the query. |
| Return All Pages | Automatically fetch all resources, page by page. |
Example Output
[ { "_embedded": {}, "_links": {}, "accessibility": { "errorRedirectUrl": "string", "loginRedirectUrl": "string", "selfService": false }, "created": "date-time", "credentials": { "signing": { "kid": "string", "lastRotated": "date-time", "nextRotation": "date-time", "rotationMode": "string", "use": "string" }, "userNameTemplate": { "pushStatus": "string", "suffix": "string", "template": "string", "type": "string" } }, "features": [ "string" ], "id": "string", "label": "string", "lastUpdated": "date-time", "licensing": { "seatCount": 0 }, "name": "string", "profile": {}, "settings": { "app": {}, "implicitAssignment": false, "inlineHookId": "string", "notes": { "admin": "string", "enduser": "string" }, "notifications": { "vpn": { "helpUrl": "string", "message": "string", "network": { "connection": "string", "exclude": [ "string" ], "include": [ "string" ] } } } }, "signOnMode": "string", "status": "string", "visibility": { "appLinks": {}, "autoLaunch": false, "autoSubmitToolbar": false, "hide": { "iOS": false, "web": false } } }]
Workflow Library Example
List Applications with Okta and Send Results Via Email