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": "69bddf09-d701-4834-8846-4cfbf353e1f8",
"CategoryName": "sample string 2",
"Apps": null
},
{
"CategoryId": "69bddf09-d701-4834-8846-4cfbf353e1f8",
"CategoryName": "sample string 2",
"Apps": null
}
]