Get all Block detail information in Project Node.
HTTP Method: GET
XML URL: http://localhost/WaWebService/BlockDetail/{ProjectName}/{BLOCKNAME}
JSON URL: http://localhost/WaWebService/Json/BlockDetail/{ProjectName}/{BLOCKNAME}
XML Response:
<BlockDetail> <Result> <Ret>Value</Ret> <Total>Value</Total> </Result> <Tags> <Tag> <TagType>String</TagType> <TagName>String</TagName> <Description>String</Description> <Address>String</Address> </Tag> <Tag> <TagType>String</TagType> <TagName>String</TagName> <Description>String</Description> <Address>String</Address> </Tag> </Tags> </BlockDetail>
JSON Response:
{ "Result":{ “Ret”:Value, “Total”:Value }, "Tags":[{ "TagType":"String", "TagName":"String", "Description":"String", "Address":"String" }] }
Response Field:
Field Name |
Description |
TagType |
Tag Type |
TagName |
Tag Name |
Description |
Description |
Address |
Address |