Home / API Documentation

Get List Of All Estimates Information

Method: GET api/v1/Setup/GetEstimateList?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:
                        [
  {
    "estimatetypeid": 1,
    "companyid": 2,
    "estimatecategory": 3,
    "isactive": true,
    "utctimestamp": "2025-02-23T06:06:23.2323643+00:00",
    "createdby": "sample string 6",
    "utclastchanged": "2025-02-23T06:06:23.2323643+00:00",
    "lastchangedby": "sample string 7",
    "cawdoinspect": true,
    "estimateform": 9,
    "proposalform": 10,
    "iscallagentitem": true,
    "forcetoschedule": true,
    "forcetocomplete": true,
    "treecareform": 14,
    "estimatename": {
      "estimatetypeid": 1,
      "estimatename": "sample string 2",
      "utctimestamp": "2025-02-23T06:06:23.2328788+00:00",
      "createdby": "sample string 4",
      "utclastchanged": "2025-02-23T06:06:23.2328788+00:00",
      "lastchangedby": "sample string 5"
    }
  },
  {
    "estimatetypeid": 1,
    "companyid": 2,
    "estimatecategory": 3,
    "isactive": true,
    "utctimestamp": "2025-02-23T06:06:23.2323643+00:00",
    "createdby": "sample string 6",
    "utclastchanged": "2025-02-23T06:06:23.2323643+00:00",
    "lastchangedby": "sample string 7",
    "cawdoinspect": true,
    "estimateform": 9,
    "proposalform": 10,
    "iscallagentitem": true,
    "forcetoschedule": true,
    "forcetocomplete": true,
    "treecareform": 14,
    "estimatename": {
      "estimatetypeid": 1,
      "estimatename": "sample string 2",
      "utctimestamp": "2025-02-23T06:06:23.2328788+00:00",
      "createdby": "sample string 4",
      "utclastchanged": "2025-02-23T06:06:23.2328788+00:00",
      "lastchangedby": "sample string 5"
    }
  }
];