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-02-23T06:17:30.7351978+00:00",
    "createdby": "sample string 4",
    "utclastchanged": "2025-02-23T06:17:30.7357321+00:00",
    "lastchangedby": "sample string 5"
  },
  {
    "programtypeid": 1,
    "branchid": 2,
    "utctimestamp": "2025-02-23T06:17:30.7351978+00:00",
    "createdby": "sample string 4",
    "utclastchanged": "2025-02-23T06:17:30.7357321+00:00",
    "lastchangedby": "sample string 5"
  }
];