GET api/NavInfo?aid={aid}&siteid={siteid}&nid={nid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| aid | string |
Required |
|
| siteid | string |
Required |
|
| nid | string |
Required |
Body Parameters
None.
Response Information
Resource Description
NavInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| IsFavorites | boolean |
None. |
|
| navInfo | NavInfoEntity |
None. |
|
| NavCommentList | Collection of ProductCommentInfo |
None. |
Response Formats
application/json, text/json
Sample:
{
"IsFavorites": true,
"navInfo": {
"NavID": "bd80866a-9057-446e-92ff-c56e7686a41f",
"SiteID": 2,
"NavTypeID": "811adea2-cf17-455f-a7e0-1276a38411fb",
"NavName": "sample string 4",
"NavType": 1,
"DefaultImg": "sample string 5",
"ShareImage": "sample string 6",
"Price": 1.0,
"Clicks": 7,
"Contents": "sample string 8",
"Taxis": 9,
"State": true,
"IsAuditing": true,
"NewDefaultImage": "sample string 12",
"VideoPathType": 13,
"VideoUrl": "sample string 14",
"VideoImage": "sample string 15",
"VideoAutoPlay": true,
"CreateTime": "2026-04-19T21:18:52.9944999+08:00",
"UpdateTime": "2026-04-19T21:18:52.9954769+08:00"
},
"NavCommentList": [
{
"id": "sample string 1",
"NickName": "sample string 2",
"AccountImage": "sample string 3",
"Content": "sample string 4",
"Like": true,
"Replys": "sample string 6",
"StarNum": "sample string 7",
"CreateTime": "sample string 8",
"ProductName": "sample string 9",
"ProductImage": "sample string 10",
"BuyInfo": "sample string 11",
"ImageList": [
{
"url": "sample string 1",
"img": "sample string 2",
"text": "sample string 3",
"description": "sample string 4",
"isShowText": true,
"type": 6,
"createTime": "sample string 7"
},
{
"url": "sample string 1",
"img": "sample string 2",
"text": "sample string 3",
"description": "sample string 4",
"isShowText": true,
"type": 6,
"createTime": "sample string 7"
}
],
"ReplyTime": "sample string 12",
"Useful": 13,
"IsAnonymous": true
},
{
"id": "sample string 1",
"NickName": "sample string 2",
"AccountImage": "sample string 3",
"Content": "sample string 4",
"Like": true,
"Replys": "sample string 6",
"StarNum": "sample string 7",
"CreateTime": "sample string 8",
"ProductName": "sample string 9",
"ProductImage": "sample string 10",
"BuyInfo": "sample string 11",
"ImageList": [
{
"url": "sample string 1",
"img": "sample string 2",
"text": "sample string 3",
"description": "sample string 4",
"isShowText": true,
"type": 6,
"createTime": "sample string 7"
},
{
"url": "sample string 1",
"img": "sample string 2",
"text": "sample string 3",
"description": "sample string 4",
"isShowText": true,
"type": 6,
"createTime": "sample string 7"
}
],
"ReplyTime": "sample string 12",
"Useful": 13,
"IsAnonymous": true
}
]
}
application/xml, text/xml
Sample:
<NavInfoController.NavInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/open.wst.com.Areas.Questionnaire.Controllers">
<IsFavorites>true</IsFavorites>
<NavCommentList xmlns:d2p1="http://schemas.datacontract.org/2004/07/open.wst.com.Models">
<d2p1:ProductCommentInfo>
<d2p1:AccountImage>sample string 3</d2p1:AccountImage>
<d2p1:BuyInfo>sample string 11</d2p1:BuyInfo>
<d2p1:Content>sample string 4</d2p1:Content>
<d2p1:CreateTime>sample string 8</d2p1:CreateTime>
<d2p1:ImageList>
<d2p1:CommImageText>
<d2p1:createTime>sample string 7</d2p1:createTime>
<d2p1:description>sample string 4</d2p1:description>
<d2p1:img>sample string 2</d2p1:img>
<d2p1:isShowText>true</d2p1:isShowText>
<d2p1:text>sample string 3</d2p1:text>
<d2p1:type>6</d2p1:type>
<d2p1:url>sample string 1</d2p1:url>
</d2p1:CommImageText>
<d2p1:CommImageText>
<d2p1:createTime>sample string 7</d2p1:createTime>
<d2p1:description>sample string 4</d2p1:description>
<d2p1:img>sample string 2</d2p1:img>
<d2p1:isShowText>true</d2p1:isShowText>
<d2p1:text>sample string 3</d2p1:text>
<d2p1:type>6</d2p1:type>
<d2p1:url>sample string 1</d2p1:url>
</d2p1:CommImageText>
</d2p1:ImageList>
<d2p1:IsAnonymous>true</d2p1:IsAnonymous>
<d2p1:Like>true</d2p1:Like>
<d2p1:NickName>sample string 2</d2p1:NickName>
<d2p1:ProductImage>sample string 10</d2p1:ProductImage>
<d2p1:ProductName>sample string 9</d2p1:ProductName>
<d2p1:ReplyTime>sample string 12</d2p1:ReplyTime>
<d2p1:Replys>sample string 6</d2p1:Replys>
<d2p1:StarNum>sample string 7</d2p1:StarNum>
<d2p1:Useful>13</d2p1:Useful>
<d2p1:id>sample string 1</d2p1:id>
</d2p1:ProductCommentInfo>
<d2p1:ProductCommentInfo>
<d2p1:AccountImage>sample string 3</d2p1:AccountImage>
<d2p1:BuyInfo>sample string 11</d2p1:BuyInfo>
<d2p1:Content>sample string 4</d2p1:Content>
<d2p1:CreateTime>sample string 8</d2p1:CreateTime>
<d2p1:ImageList>
<d2p1:CommImageText>
<d2p1:createTime>sample string 7</d2p1:createTime>
<d2p1:description>sample string 4</d2p1:description>
<d2p1:img>sample string 2</d2p1:img>
<d2p1:isShowText>true</d2p1:isShowText>
<d2p1:text>sample string 3</d2p1:text>
<d2p1:type>6</d2p1:type>
<d2p1:url>sample string 1</d2p1:url>
</d2p1:CommImageText>
<d2p1:CommImageText>
<d2p1:createTime>sample string 7</d2p1:createTime>
<d2p1:description>sample string 4</d2p1:description>
<d2p1:img>sample string 2</d2p1:img>
<d2p1:isShowText>true</d2p1:isShowText>
<d2p1:text>sample string 3</d2p1:text>
<d2p1:type>6</d2p1:type>
<d2p1:url>sample string 1</d2p1:url>
</d2p1:CommImageText>
</d2p1:ImageList>
<d2p1:IsAnonymous>true</d2p1:IsAnonymous>
<d2p1:Like>true</d2p1:Like>
<d2p1:NickName>sample string 2</d2p1:NickName>
<d2p1:ProductImage>sample string 10</d2p1:ProductImage>
<d2p1:ProductName>sample string 9</d2p1:ProductName>
<d2p1:ReplyTime>sample string 12</d2p1:ReplyTime>
<d2p1:Replys>sample string 6</d2p1:Replys>
<d2p1:StarNum>sample string 7</d2p1:StarNum>
<d2p1:Useful>13</d2p1:Useful>
<d2p1:id>sample string 1</d2p1:id>
</d2p1:ProductCommentInfo>
</NavCommentList>
<navInfo xmlns:d2p1="http://schemas.datacontract.org/2004/07/WST.Questionnaire.Entity">
<d2p1:NavID>bd80866a-9057-446e-92ff-c56e7686a41f</d2p1:NavID>
<d2p1:SiteID>2</d2p1:SiteID>
<d2p1:NavTypeID>811adea2-cf17-455f-a7e0-1276a38411fb</d2p1:NavTypeID>
<d2p1:NavName>sample string 4</d2p1:NavName>
<d2p1:NavType>1</d2p1:NavType>
<d2p1:DefaultImg>sample string 5</d2p1:DefaultImg>
<d2p1:ShareImage>sample string 6</d2p1:ShareImage>
<d2p1:Price>1</d2p1:Price>
<d2p1:Clicks>7</d2p1:Clicks>
<d2p1:Contents>sample string 8</d2p1:Contents>
<d2p1:Taxis>9</d2p1:Taxis>
<d2p1:State>true</d2p1:State>
<d2p1:IsAuditing>true</d2p1:IsAuditing>
<d2p1:NewDefaultImage>sample string 12</d2p1:NewDefaultImage>
<d2p1:VideoPathType>13</d2p1:VideoPathType>
<d2p1:VideoUrl>sample string 14</d2p1:VideoUrl>
<d2p1:VideoImage>sample string 15</d2p1:VideoImage>
<d2p1:VideoAutoPlay>true</d2p1:VideoAutoPlay>
<d2p1:CreateTime>2026-04-19T21:18:52.9944999+08:00</d2p1:CreateTime>
<d2p1:UpdateTime>2026-04-19T21:18:52.9954769+08:00</d2p1:UpdateTime>
</navInfo>
</NavInfoController.NavInfo>