Lumos integration (Security, Productivity). Imported from open-connector.
https://api.lumos.com/appstore/apps
| Param | Type | Required | Description |
|---|---|---|---|
| app_id | string | optional | Filter apps by the ID of the app. |
| name_search | string | optional | Search against name, app instance identifier, and app class ID. |
| exact_match | boolean | optional | Whether the name_search filter should be an exact match. |
| all_visibilities | boolean | optional | Whether to include apps regardless of AppStore visibility. Only available to ad… |
| expand | array | optional | App fields to expand. Lumos currently supports custom_attributes. |
| page | integer | optional | The 1-based page number to request from Lumos. |
| size | integer | optional | The number of items per page. Lumos caps this value at 100. |
/appstore/apps/{app_id}
| Param | Type | Required | Description |
|---|---|---|---|
| app_id | string | required | The ID of the AppStore app to retrieve. |
| expand | array | optional | App fields to expand. Lumos currently supports custom_attributes. |
/appstore/access_requests
| Param | Type | Required | Description |
|---|---|---|---|
| target_user_id | string | optional | Filter requests by the ID of the target user. |
| requester_user_id | string | optional | Filter requests by the ID of the requesting user. |
| user_id | string | optional | Filter requests by the ID of the user. |
| statuses | array | optional | Filter requests by their Lumos status values. |
| sort | string | optional | Sort access requests by created date. |
| expand | array | optional | Access request fields to expand. Lumos currently supports tasks and custom_fiel… |
| page | integer | optional | The 1-based page number to request from Lumos. |
| size | integer | optional | The number of items per page. Lumos caps this value at 100. |
/appstore/access_requests/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | The ID of the access request to retrieve. |
| expand | array | optional | Access request fields to expand. Lumos currently supports tasks and custom_fiel… |