GET api/OrgApp/GetOrgApp

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of selectedCategoryVM
NameDescriptionTypeAdditional information
CategoryId

globally unique identifier

None.

CategoryName

string

None.

Apps

Collection of selectedAppsVM

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "CategoryId": "c975bcee-c064-41f1-8b61-6c8970d39a6a",
    "CategoryName": "sample string 2",
    "Apps": null
  },
  {
    "CategoryId": "c975bcee-c064-41f1-8b61-6c8970d39a6a",
    "CategoryName": "sample string 2",
    "Apps": null
  }
]