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": "fd593bc8-8246-4c72-893b-cd6da87b6136",
"CategoryName": "sample string 2",
"Apps": null
},
{
"CategoryId": "fd593bc8-8246-4c72-893b-cd6da87b6136",
"CategoryName": "sample string 2",
"Apps": null
}
]