GET api/Angle?sId={sId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
sId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
AngleName | Description | Type | Additional information |
---|---|---|---|
Id | string |
None. |
|
Name | string |
None. |
|
Order | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "Id": "sample string 1", "Name": "sample string 2", "Order": 3 }
application/xml, text/xml
Sample:
<Angle xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="f1"> <Id>sample string 1</Id> <Name>sample string 2</Name> <Order>3</Order> </Angle>