GET api/國防部軍備局規格鑑測中心檢校合作協定書

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of AB02
NameDescriptionTypeAdditional information
year

string

None.

Chapter

string

None.

ChapterNumber

string

None.

ContentNumber

string

None.

Content

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "year": "sample string 1",
    "Chapter": "sample string 2",
    "ChapterNumber": "sample string 3",
    "ContentNumber": "sample string 4",
    "Content": "sample string 5"
  },
  {
    "year": "sample string 1",
    "Chapter": "sample string 2",
    "ChapterNumber": "sample string 3",
    "ContentNumber": "sample string 4",
    "Content": "sample string 5"
  }
]

application/xml, text/xml

Sample:
<ArrayOfAB02 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Api2.Models">
  <AB02>
    <Chapter>sample string 2</Chapter>
    <ChapterNumber>sample string 3</ChapterNumber>
    <Content>sample string 5</Content>
    <ContentNumber>sample string 4</ContentNumber>
    <year>sample string 1</year>
  </AB02>
  <AB02>
    <Chapter>sample string 2</Chapter>
    <ChapterNumber>sample string 3</ChapterNumber>
    <Content>sample string 5</Content>
    <ContentNumber>sample string 4</ContentNumber>
    <year>sample string 1</year>
  </AB02>
</ArrayOfAB02>