GET api/Plan
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of IHPlanReportVM| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| TreeID | integer |
None. |
|
| TreeFullPath | string |
None. |
|
| SiteID | integer |
None. |
|
| Site | string |
None. |
|
| Location | string |
None. |
|
| Type | string |
None. |
|
| TimeBase | string |
None. |
|
| SEG | string |
None. |
|
| Task | string |
None. |
|
| Agent | string |
None. |
|
| Year | integer |
None. |
|
| Period | string |
None. |
|
| Planned | integer |
None. |
|
| Actual | integer |
None. |
|
| Remaining | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ID": 1,
"TreeID": 1,
"TreeFullPath": "sample string 2",
"SiteID": 1,
"Site": "sample string 3",
"Location": "sample string 4",
"Type": "sample string 5",
"TimeBase": "sample string 6",
"SEG": "sample string 7",
"Task": "sample string 8",
"Agent": "sample string 9",
"Year": 1,
"Period": "sample string 10",
"Planned": 1,
"Actual": 1,
"Remaining": 1
},
{
"ID": 1,
"TreeID": 1,
"TreeFullPath": "sample string 2",
"SiteID": 1,
"Site": "sample string 3",
"Location": "sample string 4",
"Type": "sample string 5",
"TimeBase": "sample string 6",
"SEG": "sample string 7",
"Task": "sample string 8",
"Agent": "sample string 9",
"Year": 1,
"Period": "sample string 10",
"Planned": 1,
"Actual": 1,
"Remaining": 1
}
]
application/xml, text/xml
Sample:
<ArrayOfIHPlanReportVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AKM.IH.Reports.IHPlanReports.ViewModels">
<IHPlanReportVM>
<Actual>1</Actual>
<Agent>sample string 9</Agent>
<ID>1</ID>
<Location>sample string 4</Location>
<Period>sample string 10</Period>
<Planned>1</Planned>
<Remaining>1</Remaining>
<SEG>sample string 7</SEG>
<Site>sample string 3</Site>
<SiteID>1</SiteID>
<Task>sample string 8</Task>
<TimeBase>sample string 6</TimeBase>
<TreeFullPath>sample string 2</TreeFullPath>
<TreeID>1</TreeID>
<Type>sample string 5</Type>
<Year>1</Year>
</IHPlanReportVM>
<IHPlanReportVM>
<Actual>1</Actual>
<Agent>sample string 9</Agent>
<ID>1</ID>
<Location>sample string 4</Location>
<Period>sample string 10</Period>
<Planned>1</Planned>
<Remaining>1</Remaining>
<SEG>sample string 7</SEG>
<Site>sample string 3</Site>
<SiteID>1</SiteID>
<Task>sample string 8</Task>
<TimeBase>sample string 6</TimeBase>
<TreeFullPath>sample string 2</TreeFullPath>
<TreeID>1</TreeID>
<Type>sample string 5</Type>
<Year>1</Year>
</IHPlanReportVM>
</ArrayOfIHPlanReportVM>