Home / API Documentation

Get List Of All Target Category Info

Method: GET api/v1/Setup/GetTargetCategoryList?page={page}

Response Format:

application/json

Required Parameters Description Additional information
page
[1..x]

Define this parameter in the request URI.

application/json, text/json

Sample Response:
                        [
  {
    "targetcategoryid": 1,
    "companyid": 2,
    "utctimestamp": "2025-02-23T06:33:06.1324271+00:00",
    "createdby": "sample string 4",
    "utclastchanged": "2025-02-23T06:33:06.1324271+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:33:06.1324271+00:00",
      "utclastchanged": "2025-02-23T06:33:06.1324271+00:00",
      "lastchangedby": "sample string 6"
    }
  },
  {
    "targetcategoryid": 1,
    "companyid": 2,
    "utctimestamp": "2025-02-23T06:33:06.1324271+00:00",
    "createdby": "sample string 4",
    "utclastchanged": "2025-02-23T06:33:06.1324271+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:33:06.1324271+00:00",
      "utclastchanged": "2025-02-23T06:33:06.1324271+00:00",
      "lastchangedby": "sample string 6"
    }
  }
];