Home / API Documentation

Get Target Category Info By Target Category Id

Method: GET api/v1/Setup/GetTargetCategoryByTargetCategoryId?targetcategoryid={targetcategoryid}

Response Format:

application/json

Required Parameters Description Additional information
targetcategoryid
Target Category Id

Define this parameter in the request URI.

application/json, text/json

Sample Response:
                        {
  "targetcategoryid": 1,
  "companyid": 2,
  "utctimestamp": "2025-02-23T06:16:41.7260966+00:00",
  "createdby": "sample string 4",
  "utclastchanged": "2025-02-23T06:16:41.7260966+00:00",
  "lastchangedby": "sample string 5",
  "isactive": true,
  "threshold": 7,
  "targetcategoryname": {
    "targetcategoryid": 1,
    "targetcategoryname": "sample string 2",
    "createdby": "sample string 3",
    "utctimestamp": "2025-02-23T06:16:41.7260966+00:00",
    "utclastchanged": "2025-02-23T06:16:41.7260966+00:00",
    "lastchangedby": "sample string 6"
  }
};