Home / API Documentation

Get Target Info By Target Type Id

Method: GET api/v1/Setup/GetTargetByTargetTypeId?targettypeid={targettypeid}

Response Format:

application/json

Required Parameters Description Additional information
targettypeid
Target Type Id

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:06:14.0185087+00:00",
  "createdby": "sample string 6",
  "lastchanged": "2025-02-23T06:06:14.0185087+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:06:14.0185087+00:00",
    "utclastchanged": "2025-02-23T06:06:14.0185087+00:00",
    "lastchangedby": "sample string 6",
    "warranty": "sample string 7"
  }
};