GET api/MaritalStatusData/{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,
    "referenceYearEnd": 1,
    "sex": "sample string 2",
    "maritalStatus": "sample string 3",
    "nonStandardAgeGroups": 1,
    "seriesNonStandardAgeGroups": 1,
    "ageGroup": "sample string 4",
    "ageStart": 1,
    "ageEnd": 1,
    "dataValue": 1.1,
    "dataProcess": "sample string 5",
    "shortName": "sample string 6",
    "dataCatalogId": 1,
    "longName": "sample string 7",
    "source": "sample string 8",
    "inCu": 1,
    "noteAgeGroups": "sample string 9",
    "noteMaritalStatus": "sample string 10",
    "noteData": "sample string 11",
    "noteCountryPop": "sample string 12",
    "noteOther": "sample string 13"
  },
  {
    "location": "sample string 1",
    "locID": 1,
    "referenceYearStart": 1,
    "referenceYearEnd": 1,
    "sex": "sample string 2",
    "maritalStatus": "sample string 3",
    "nonStandardAgeGroups": 1,
    "seriesNonStandardAgeGroups": 1,
    "ageGroup": "sample string 4",
    "ageStart": 1,
    "ageEnd": 1,
    "dataValue": 1.1,
    "dataProcess": "sample string 5",
    "shortName": "sample string 6",
    "dataCatalogId": 1,
    "longName": "sample string 7",
    "source": "sample string 8",
    "inCu": 1,
    "noteAgeGroups": "sample string 9",
    "noteMaritalStatus": "sample string 10",
    "noteData": "sample string 11",
    "noteCountryPop": "sample string 12",
    "noteOther": "sample string 13"
  },
  {
    "location": "sample string 1",
    "locID": 1,
    "referenceYearStart": 1,
    "referenceYearEnd": 1,
    "sex": "sample string 2",
    "maritalStatus": "sample string 3",
    "nonStandardAgeGroups": 1,
    "seriesNonStandardAgeGroups": 1,
    "ageGroup": "sample string 4",
    "ageStart": 1,
    "ageEnd": 1,
    "dataValue": 1.1,
    "dataProcess": "sample string 5",
    "shortName": "sample string 6",
    "dataCatalogId": 1,
    "longName": "sample string 7",
    "source": "sample string 8",
    "inCu": 1,
    "noteAgeGroups": "sample string 9",
    "noteMaritalStatus": "sample string 10",
    "noteData": "sample string 11",
    "noteCountryPop": "sample string 12",
    "noteOther": "sample string 13"
  }
]

text/html

Sample:
[{"location":"sample string 1","locID":1,"referenceYearStart":1,"referenceYearEnd":1,"sex":"sample string 2","maritalStatus":"sample string 3","nonStandardAgeGroups":1,"seriesNonStandardAgeGroups":1,"ageGroup":"sample string 4","ageStart":1,"ageEnd":1,"dataValue":1.1,"dataProcess":"sample string 5","shortName":"sample string 6","dataCatalogId":1,"longName":"sample string 7","source":"sample string 8","inCu":1,"noteAgeGroups":"sample string 9","noteMaritalStatus":"sample string 10","noteData":"sample string 11","noteCountryPop":"sample string 12","noteOther":"sample string 13"},{"location":"sample string 1","locID":1,"referenceYearStart":1,"referenceYearEnd":1,"sex":"sample string 2","maritalStatus":"sample string 3","nonStandardAgeGroups":1,"seriesNonStandardAgeGroups":1,"ageGroup":"sample string 4","ageStart":1,"ageEnd":1,"dataValue":1.1,"dataProcess":"sample string 5","shortName":"sample string 6","dataCatalogId":1,"longName":"sample string 7","source":"sample string 8","inCu":1,"noteAgeGroups":"sample string 9","noteMaritalStatus":"sample string 10","noteData":"sample string 11","noteCountryPop":"sample string 12","noteOther":"sample string 13"},{"location":"sample string 1","locID":1,"referenceYearStart":1,"referenceYearEnd":1,"sex":"sample string 2","maritalStatus":"sample string 3","nonStandardAgeGroups":1,"seriesNonStandardAgeGroups":1,"ageGroup":"sample string 4","ageStart":1,"ageEnd":1,"dataValue":1.1,"dataProcess":"sample string 5","shortName":"sample string 6","dataCatalogId":1,"longName":"sample string 7","source":"sample string 8","inCu":1,"noteAgeGroups":"sample string 9","noteMaritalStatus":"sample string 10","noteData":"sample string 11","noteCountryPop":"sample string 12","noteOther":"sample string 13"}]

application/xml, text/xml

Sample:
<ArrayOfMaritalStatusData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Fertility.Data">
  <MaritalStatusData>
    <AgeEnd>1</AgeEnd>
    <AgeGroup>sample string 4</AgeGroup>
    <AgeStart>1</AgeStart>
    <DataCatalogId>1</DataCatalogId>
    <DataProcess>sample string 5</DataProcess>
    <DataValue>1.1</DataValue>
    <InCu>1</InCu>
    <LocID>1</LocID>
    <Location>sample string 1</Location>
    <LongName>sample string 7</LongName>
    <MaritalStatus>sample string 3</MaritalStatus>
    <NonStandardAgeGroups>1</NonStandardAgeGroups>
    <NoteAgeGroups>sample string 9</NoteAgeGroups>
    <NoteCountryPop>sample string 12</NoteCountryPop>
    <NoteData>sample string 11</NoteData>
    <NoteMaritalStatus>sample string 10</NoteMaritalStatus>
    <NoteOther>sample string 13</NoteOther>
    <ReferenceYearEnd>1</ReferenceYearEnd>
    <ReferenceYearStart>1</ReferenceYearStart>
    <SeriesNonStandardAgeGroups>1</SeriesNonStandardAgeGroups>
    <Sex>sample string 2</Sex>
    <ShortName>sample string 6</ShortName>
    <Source>sample string 8</Source>
  </MaritalStatusData>
  <MaritalStatusData>
    <AgeEnd>1</AgeEnd>
    <AgeGroup>sample string 4</AgeGroup>
    <AgeStart>1</AgeStart>
    <DataCatalogId>1</DataCatalogId>
    <DataProcess>sample string 5</DataProcess>
    <DataValue>1.1</DataValue>
    <InCu>1</InCu>
    <LocID>1</LocID>
    <Location>sample string 1</Location>
    <LongName>sample string 7</LongName>
    <MaritalStatus>sample string 3</MaritalStatus>
    <NonStandardAgeGroups>1</NonStandardAgeGroups>
    <NoteAgeGroups>sample string 9</NoteAgeGroups>
    <NoteCountryPop>sample string 12</NoteCountryPop>
    <NoteData>sample string 11</NoteData>
    <NoteMaritalStatus>sample string 10</NoteMaritalStatus>
    <NoteOther>sample string 13</NoteOther>
    <ReferenceYearEnd>1</ReferenceYearEnd>
    <ReferenceYearStart>1</ReferenceYearStart>
    <SeriesNonStandardAgeGroups>1</SeriesNonStandardAgeGroups>
    <Sex>sample string 2</Sex>
    <ShortName>sample string 6</ShortName>
    <Source>sample string 8</Source>
  </MaritalStatusData>
  <MaritalStatusData>
    <AgeEnd>1</AgeEnd>
    <AgeGroup>sample string 4</AgeGroup>
    <AgeStart>1</AgeStart>
    <DataCatalogId>1</DataCatalogId>
    <DataProcess>sample string 5</DataProcess>
    <DataValue>1.1</DataValue>
    <InCu>1</InCu>
    <LocID>1</LocID>
    <Location>sample string 1</Location>
    <LongName>sample string 7</LongName>
    <MaritalStatus>sample string 3</MaritalStatus>
    <NonStandardAgeGroups>1</NonStandardAgeGroups>
    <NoteAgeGroups>sample string 9</NoteAgeGroups>
    <NoteCountryPop>sample string 12</NoteCountryPop>
    <NoteData>sample string 11</NoteData>
    <NoteMaritalStatus>sample string 10</NoteMaritalStatus>
    <NoteOther>sample string 13</NoteOther>
    <ReferenceYearEnd>1</ReferenceYearEnd>
    <ReferenceYearStart>1</ReferenceYearStart>
    <SeriesNonStandardAgeGroups>1</SeriesNonStandardAgeGroups>
    <Sex>sample string 2</Sex>
    <ShortName>sample string 6</ShortName>
    <Source>sample string 8</Source>
  </MaritalStatusData>
</ArrayOfMaritalStatusData>