get https://{hostname}/crux/v1/mgmt-pop/directories//apps
Gets list of applications associated with the directory.
Response
Gets list of applications associated with the directory.
xxxxxxxxxx
curl --request GET \
--url https://hostname/crux/v1/mgmt-pop/directories/directory_id/apps \
--header 'accept: application/json'
xxxxxxxxxx
29}
{
"meta": {
"limit": 20,
"next": null,
"offset": 0,
"previous": null,
"total_count": 3
},
"objects": [
{
"app": {
"app_uuid_url": "rifZbAclREyEF7TPAoKNiw",
"name": "bala-okta-http"
},
"directory": {
"directory_uuid_url": "aAgAKK45R6-uLK5U8o2iKw",
"name": "EAA Directory"
},
"enable_mfa": "inherit",
"resource": "appdirectories",
"resource_uri": {
"apps": "/api/v1/apps/rifZbAclREyEF7TPAoKNiw",
"directories": "/api/v1/directories/aAgAKK45R6-uLK5U8o2iKw",
"href": "/api/v1/appdirectories/-eGoXVYPTbKBEDtHlgtq1w"
},