GET api/StoneAreaGraph/{cultureName}/{category}/{collection}?id={id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
Required |
|
| cultureName | string |
None. |
|
| category | string |
None. |
|
| collection | string |
None. |
Body Parameters
None.
Response Information
Resource Description
StoneAreaGraphModules| Name | Description | Type | Additional information |
|---|---|---|---|
| stoneAreaGraph | Collection of StoneAreaGraph |
None. |
Response Formats
application/json, text/json
Sample:
{
"stoneAreaGraph": [
{
"Date": "sample string 1",
"StoneArea": "sample string 2"
},
{
"Date": "sample string 1",
"StoneArea": "sample string 2"
}
]
}
text/xml
Sample:
<StoneAreaGraphModules xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/StenskivorAPP.Models">
<stoneAreaGraph>
<StoneAreaGraph>
<Date>sample string 1</Date>
<StoneArea>sample string 2</StoneArea>
</StoneAreaGraph>
<StoneAreaGraph>
<Date>sample string 1</Date>
<StoneArea>sample string 2</StoneArea>
</StoneAreaGraph>
</stoneAreaGraph>
</StoneAreaGraphModules>