GET api/StoneAreaGraph/{id}/{value}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

string

Required

value

string

None.

Body Parameters

None.

Response Information

Resource Description

StoneAreaGraphModules
NameDescriptionTypeAdditional 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>