Home / API Documentation

Get Event Info By EventType Id

Method: GET api/v1/Setup/GetEventByEventTypeId?eventtypeid={eventtypeid}

Response Format:

application/json

Required Parameters Description Additional information
eventtypeid
EventType Id

Define this parameter in the request URI.

application/json, text/json

Sample Response:
                        {
  "eventtypeid": 1,
  "companyid": 2,
  "eventtype": 64,
  "isactive": true,
  "salesaccount": 5,
  "utctimestamp": "2025-04-20T03:04:06.4558791+00:00",
  "utclastchanged": "2025-04-20T03:04:06.4558791+00:00",
  "lastchangedby": "sample string 8",
  "reportcategory": 9,
  "specialcategory": 10,
  "createdby": "sample string 11",
  "duration": 12,
  "wotypeid": 13,
  "iswocustom": 14,
  "overridetaxtypeid": 15,
  "cawdoinspect": true,
  "pricerequired": true,
  "price": 18.0,
  "aged120": 19.0,
  "aged30": 20.0,
  "aged60": 21.0,
  "aged90": 22.0,
  "agedcurrent": 23.0,
  "callahead": true,
  "callaheadvalue": 25.0,
  "classification": 26,
  "isqaevent": 27,
  "requiredmaterialcount": 28,
  "pointsperdollar": 29.0,
  "isadvancedrenewal": true,
  "qrcodeid": 31,
  "pomeligible": true,
  "commprice": 33.0,
  "prodprice": 34.0,
  "measurementunit": 35,
  "eventname": {
    "eventtypeid": 1,
    "eventname": "sample string 2",
    "utctimestamp": "2025-04-20T03:04:06.4715099+00:00",
    "utclastchanged": "2025-04-20T03:04:06.4715099+00:00",
    "lastchangedby": "sample string 4",
    "invmsg": "sample string 5"
  }
};