Home / API / ASP.NET Web API Details

GET api/v1/Setup/GetEstimateList?page={page}

Description

Get List Of All Estimates Information

Request Information

Parameters

NameDescriptionAdditional information
page
[1..x]

Define this parameter in the request URI.

Response Information

List of Estimate Information

Response body formats

application/json, text/json

Sample:
[
  {
    "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"
    }
  }
]

application/xml, text/xml

Sample:
<ArrayOfsetupestimatemodel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APICOMMON">
  <setupestimatemodel>
    <cawdoinspect>true</cawdoinspect>
    <companyid>2</companyid>
    <createdby>sample string 6</createdby>
    <estimatecategory>3</estimatecategory>
    <estimateform>9</estimateform>
    <estimatename>
      <createdby>sample string 4</createdby>
      <estimatename>sample string 2</estimatename>
      <estimatetypeid>1</estimatetypeid>
      <lastchangedby>sample string 5</lastchangedby>
      <utclastchanged>2025-02-23T06:06:23.2328788+00:00</utclastchanged>
      <utctimestamp>2025-02-23T06:06:23.2328788+00:00</utctimestamp>
    </estimatename>
    <estimatetypeid>1</estimatetypeid>
    <forcetocomplete>true</forcetocomplete>
    <forcetoschedule>true</forcetoschedule>
    <isactive>true</isactive>
    <iscallagentitem>true</iscallagentitem>
    <lastchangedby>sample string 7</lastchangedby>
    <proposalform>10</proposalform>
    <treecareform>14</treecareform>
    <utclastchanged>2025-02-23T06:06:23.2323643+00:00</utclastchanged>
    <utctimestamp>2025-02-23T06:06:23.2323643+00:00</utctimestamp>
  </setupestimatemodel>
  <setupestimatemodel>
    <cawdoinspect>true</cawdoinspect>
    <companyid>2</companyid>
    <createdby>sample string 6</createdby>
    <estimatecategory>3</estimatecategory>
    <estimateform>9</estimateform>
    <estimatename>
      <createdby>sample string 4</createdby>
      <estimatename>sample string 2</estimatename>
      <estimatetypeid>1</estimatetypeid>
      <lastchangedby>sample string 5</lastchangedby>
      <utclastchanged>2025-02-23T06:06:23.2328788+00:00</utclastchanged>
      <utctimestamp>2025-02-23T06:06:23.2328788+00:00</utctimestamp>
    </estimatename>
    <estimatetypeid>1</estimatetypeid>
    <forcetocomplete>true</forcetocomplete>
    <forcetoschedule>true</forcetoschedule>
    <isactive>true</isactive>
    <iscallagentitem>true</iscallagentitem>
    <lastchangedby>sample string 7</lastchangedby>
    <proposalform>10</proposalform>
    <treecareform>14</treecareform>
    <utclastchanged>2025-02-23T06:06:23.2323643+00:00</utclastchanged>
    <utctimestamp>2025-02-23T06:06:23.2323643+00:00</utctimestamp>
  </setupestimatemodel>
</ArrayOfsetupestimatemodel>