GET api/OrgApp/GetOrgApp
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of selectedCategoryVM| Name | Description | Type | Additional information |
|---|---|---|---|
| CategoryId | globally unique identifier |
None. |
|
| CategoryName | string |
None. |
|
| Apps | Collection of selectedAppsVM |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"CategoryId": "4a9e50b7-4658-4cc4-8bb9-93566d41f469",
"CategoryName": "sample string 2",
"Apps": null
},
{
"CategoryId": "4a9e50b7-4658-4cc4-8bb9-93566d41f469",
"CategoryName": "sample string 2",
"Apps": null
}
]