GET api/MaritalStatusChart/{id}?indicator={indicator}

Documentation for 'Get'.

Request Information

Parameters

NameDescriptionAdditional information
id
Documentation for 'id'.

Define this parameter in the request URI.

indicator
Documentation for 'indicator'.

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "location": "sample string 1",
    "locID": 1,
    "referenceYearStart": 1,
    "sex": "sample string 2",
    "ageGroup": "sample string 3",
    "ageStart": 1,
    "dataValue": 1.1,
    "shortName": "sample string 4",
    "includeCU": 1
  },
  {
    "location": "sample string 1",
    "locID": 1,
    "referenceYearStart": 1,
    "sex": "sample string 2",
    "ageGroup": "sample string 3",
    "ageStart": 1,
    "dataValue": 1.1,
    "shortName": "sample string 4",
    "includeCU": 1
  },
  {
    "location": "sample string 1",
    "locID": 1,
    "referenceYearStart": 1,
    "sex": "sample string 2",
    "ageGroup": "sample string 3",
    "ageStart": 1,
    "dataValue": 1.1,
    "shortName": "sample string 4",
    "includeCU": 1
  }
]

text/html

Sample:
[{"location":"sample string 1","locID":1,"referenceYearStart":1,"sex":"sample string 2","ageGroup":"sample string 3","ageStart":1,"dataValue":1.1,"shortName":"sample string 4","includeCU":1},{"location":"sample string 1","locID":1,"referenceYearStart":1,"sex":"sample string 2","ageGroup":"sample string 3","ageStart":1,"dataValue":1.1,"shortName":"sample string 4","includeCU":1},{"location":"sample string 1","locID":1,"referenceYearStart":1,"sex":"sample string 2","ageGroup":"sample string 3","ageStart":1,"dataValue":1.1,"shortName":"sample string 4","includeCU":1}]

application/xml, text/xml

Sample:
<ArrayOfMaritalStatusChart xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Fertility.Data">
  <MaritalStatusChart>
    <AgeGroup>sample string 3</AgeGroup>
    <AgeStart>1</AgeStart>
    <DataValue>1.1</DataValue>
    <IncludeCU>1</IncludeCU>
    <LocID>1</LocID>
    <Location>sample string 1</Location>
    <ReferenceYearStart>1</ReferenceYearStart>
    <Sex>sample string 2</Sex>
    <ShortName>sample string 4</ShortName>
  </MaritalStatusChart>
  <MaritalStatusChart>
    <AgeGroup>sample string 3</AgeGroup>
    <AgeStart>1</AgeStart>
    <DataValue>1.1</DataValue>
    <IncludeCU>1</IncludeCU>
    <LocID>1</LocID>
    <Location>sample string 1</Location>
    <ReferenceYearStart>1</ReferenceYearStart>
    <Sex>sample string 2</Sex>
    <ShortName>sample string 4</ShortName>
  </MaritalStatusChart>
  <MaritalStatusChart>
    <AgeGroup>sample string 3</AgeGroup>
    <AgeStart>1</AgeStart>
    <DataValue>1.1</DataValue>
    <IncludeCU>1</IncludeCU>
    <LocID>1</LocID>
    <Location>sample string 1</Location>
    <ReferenceYearStart>1</ReferenceYearStart>
    <Sex>sample string 2</Sex>
    <ShortName>sample string 4</ShortName>
  </MaritalStatusChart>
</ArrayOfMaritalStatusChart>