GET api/ViewInfo/GetCurrentViewInfo?location={location}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| location | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ViewInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| ViewInfoId | integer |
None. |
|
| ViewInfoLocation | string |
None. |
|
| ViewInfoText | string |
None. |
|
| ObjectState | ObjectState |
None. |
Response Formats
application/json, text/json
Sample:
{
"viewInfoId": 1,
"viewInfoLocation": "sample string 2",
"viewInfoText": "sample string 3",
"objectState": 0
}
application/xml, text/xml
Sample:
<ViewInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Gruo.Core.Models"> <ObjectState xmlns="http://schemas.datacontract.org/2004/07/Gruo.Core.Repository">Unchanged</ObjectState> <ViewInfoId>1</ViewInfoId> <ViewInfoLocation>sample string 2</ViewInfoLocation> <ViewInfoText>sample string 3</ViewInfoText> </ViewInfo>