GET api/IHSByQuarter
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of IHSByQuarterVM| Name | Description | Type | Additional information |
|---|---|---|---|
| TreeID | integer |
None. |
|
| TreeFullPath | string |
None. |
|
| SiteID | integer |
None. |
|
| SiteFullPath | string |
None. |
|
| TimeBaseNo | integer |
None. |
|
| TimeBaseText | string |
None. |
|
| SEGNo | integer |
None. |
|
| SEGText | string |
None. |
|
| TaskNo | integer |
None. |
|
| TaskText | string |
None. |
|
| AgentID | integer |
None. |
|
| AgentText | string |
None. |
|
| Year | integer |
None. |
|
| ActualQ1 | integer |
None. |
|
| ActualQ2 | integer |
None. |
|
| ActualQ3 | integer |
None. |
|
| ActualQ4 | integer |
None. |
|
| ActualTotal | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"TreeID": 1,
"TreeFullPath": "sample string 1",
"SiteID": 1,
"SiteFullPath": "sample string 2",
"TimeBaseNo": 1,
"TimeBaseText": "sample string 3",
"SEGNo": 1,
"SEGText": "sample string 4",
"TaskNo": 1,
"TaskText": "sample string 5",
"AgentID": 1,
"AgentText": "sample string 6",
"Year": 1,
"ActualQ1": 7,
"ActualQ2": 8,
"ActualQ3": 9,
"ActualQ4": 10,
"ActualTotal": 11
},
{
"TreeID": 1,
"TreeFullPath": "sample string 1",
"SiteID": 1,
"SiteFullPath": "sample string 2",
"TimeBaseNo": 1,
"TimeBaseText": "sample string 3",
"SEGNo": 1,
"SEGText": "sample string 4",
"TaskNo": 1,
"TaskText": "sample string 5",
"AgentID": 1,
"AgentText": "sample string 6",
"Year": 1,
"ActualQ1": 7,
"ActualQ2": 8,
"ActualQ3": 9,
"ActualQ4": 10,
"ActualTotal": 11
}
]
application/xml, text/xml
Sample:
<ArrayOfIHSByQuarterVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AKM.IH.Reports.IHPlanReports.ViewModels">
<IHSByQuarterVM>
<ActualQ1>7</ActualQ1>
<ActualQ2>8</ActualQ2>
<ActualQ3>9</ActualQ3>
<ActualQ4>10</ActualQ4>
<ActualTotal>11</ActualTotal>
<AgentID>1</AgentID>
<AgentText>sample string 6</AgentText>
<SEGNo>1</SEGNo>
<SEGText>sample string 4</SEGText>
<SiteFullPath>sample string 2</SiteFullPath>
<SiteID>1</SiteID>
<TaskNo>1</TaskNo>
<TaskText>sample string 5</TaskText>
<TimeBaseNo>1</TimeBaseNo>
<TimeBaseText>sample string 3</TimeBaseText>
<TreeFullPath>sample string 1</TreeFullPath>
<TreeID>1</TreeID>
<Year>1</Year>
</IHSByQuarterVM>
<IHSByQuarterVM>
<ActualQ1>7</ActualQ1>
<ActualQ2>8</ActualQ2>
<ActualQ3>9</ActualQ3>
<ActualQ4>10</ActualQ4>
<ActualTotal>11</ActualTotal>
<AgentID>1</AgentID>
<AgentText>sample string 6</AgentText>
<SEGNo>1</SEGNo>
<SEGText>sample string 4</SEGText>
<SiteFullPath>sample string 2</SiteFullPath>
<SiteID>1</SiteID>
<TaskNo>1</TaskNo>
<TaskText>sample string 5</TaskText>
<TimeBaseNo>1</TimeBaseNo>
<TimeBaseText>sample string 3</TimeBaseText>
<TreeFullPath>sample string 1</TreeFullPath>
<TreeID>1</TreeID>
<Year>1</Year>
</IHSByQuarterVM>
</ArrayOfIHSByQuarterVM>