GET api/GetCategoryDropDown

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of ProgramCategory
NameDescriptionTypeAdditional information
CategoryId

integer

None.

CategoryName

string

None.

CreatedDate

date

None.

LastModifiedDate

date

None.

CreatedBy

string

None.

LastModifiedBy

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "CategoryId": 1,
    "CategoryName": "sample string 2",
    "CreatedDate": "2025-12-05T19:36:27.3653097-08:00",
    "LastModifiedDate": "2025-12-05T19:36:27.3653097-08:00",
    "CreatedBy": "sample string 5",
    "LastModifiedBy": "sample string 6"
  },
  {
    "$ref": "1"
  }
]