Home / API Documentation

Get List Of Program Branch By Program Type Id

Method: GET api/v1/Setup/GetProgramBranchByProgramTypeId?programtypeid={programtypeid}

Response Format:

application/json

Required Parameters Description Additional information
programtypeid
Program Type Id

Define this parameter in the request URI.

application/json, text/json

Sample Response:
                        [
  {
    "programtypeid": 1,
    "branchid": 2,
    "utctimestamp": "2025-09-08T19:31:41.717421+00:00",
    "createdby": "sample string 4",
    "utclastchanged": "2025-09-08T19:31:41.717421+00:00",
    "lastchangedby": "sample string 5"
  },
  {
    "programtypeid": 1,
    "branchid": 2,
    "utctimestamp": "2025-09-08T19:31:41.717421+00:00",
    "createdby": "sample string 4",
    "utclastchanged": "2025-09-08T19:31:41.717421+00:00",
    "lastchangedby": "sample string 5"
  }
];