Home / API Documentation

Get Event List By Company Id

Method: GET api/v1/Setup/GetEventByCompany?companyid={companyid}&languageid={languageid}&page={page}&pagelimit={pagelimit}

Response Format:

application/json

Required Parameters Description Additional information
companyid
int

Define this parameter in the request URI.

languageid
int, default value 0

Define this parameter in the request URI.

page
int, default value 1

Define this parameter in the request URI.

pagelimit
int, default value 500

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-02-23T06:17:09.0066334+00:00",
    "utclastchanged": "2025-02-23T06:17:09.0066334+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-02-23T06:17:09.0066334+00:00",
      "utclastchanged": "2025-02-23T06:17:09.0066334+00:00",
      "lastchangedby": "sample string 4",
      "invmsg": "sample string 5"
    }
  },
  {
    "eventtypeid": 1,
    "companyid": 2,
    "eventtype": 64,
    "isactive": true,
    "salesaccount": 5,
    "utctimestamp": "2025-02-23T06:17:09.0066334+00:00",
    "utclastchanged": "2025-02-23T06:17:09.0066334+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-02-23T06:17:09.0066334+00:00",
      "utclastchanged": "2025-02-23T06:17:09.0066334+00:00",
      "lastchangedby": "sample string 4",
      "invmsg": "sample string 5"
    }
  }
];