Home / API Documentation

Get List Of All Target Info

Method: GET api/v1/Setup/GetTargetList?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:
                        [
  {
    "targettypeid": 1,
    "companyid": 2,
    "sortval": 3,
    "isactive": true,
    "utctimestamp": "2025-02-23T06:03:01.3387622+00:00",
    "createdby": "sample string 6",
    "lastchanged": "2025-02-23T06:03:01.3387622+00:00",
    "lastchangedby": "sample string 8",
    "threshold": 9,
    "iscallagentitem": true,
    "targetname": {
      "targettypeid": 1,
      "targetname": "sample string 2",
      "createdby": "sample string 3",
      "utctimestamp": "2025-02-23T06:03:01.3392768+00:00",
      "utclastchanged": "2025-02-23T06:03:01.3392768+00:00",
      "lastchangedby": "sample string 6",
      "warranty": "sample string 7"
    }
  },
  {
    "targettypeid": 1,
    "companyid": 2,
    "sortval": 3,
    "isactive": true,
    "utctimestamp": "2025-02-23T06:03:01.3387622+00:00",
    "createdby": "sample string 6",
    "lastchanged": "2025-02-23T06:03:01.3387622+00:00",
    "lastchangedby": "sample string 8",
    "threshold": 9,
    "iscallagentitem": true,
    "targetname": {
      "targettypeid": 1,
      "targetname": "sample string 2",
      "createdby": "sample string 3",
      "utctimestamp": "2025-02-23T06:03:01.3392768+00:00",
      "utclastchanged": "2025-02-23T06:03:01.3392768+00:00",
      "lastchangedby": "sample string 6",
      "warranty": "sample string 7"
    }
  }
];