GET api/KeyNotes
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of SpecCodes| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Spec_Code | string |
None. |
|
| KeyNotes | Collection of KeyNotes |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"Spec_Code": "sample string 2",
"KeyNotes": [
{
"Id": 1,
"Spec_Code_ID": 2,
"Legend": "sample string 3",
"Keynote": "sample string 4"
},
{
"Id": 1,
"Spec_Code_ID": 2,
"Legend": "sample string 3",
"Keynote": "sample string 4"
}
]
},
{
"Id": 1,
"Spec_Code": "sample string 2",
"KeyNotes": [
{
"Id": 1,
"Spec_Code_ID": 2,
"Legend": "sample string 3",
"Keynote": "sample string 4"
},
{
"Id": 1,
"Spec_Code_ID": 2,
"Legend": "sample string 3",
"Keynote": "sample string 4"
}
]
}
]
application/xml, text/xml
Sample:
<ArrayOfSpecCodes xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApplication5.Models">
<SpecCodes>
<Id>1</Id>
<KeyNotes>
<KeyNotes>
<Id>1</Id>
<Keynote>sample string 4</Keynote>
<Legend>sample string 3</Legend>
<Spec_Code_ID>2</Spec_Code_ID>
</KeyNotes>
<KeyNotes>
<Id>1</Id>
<Keynote>sample string 4</Keynote>
<Legend>sample string 3</Legend>
<Spec_Code_ID>2</Spec_Code_ID>
</KeyNotes>
</KeyNotes>
<Spec_Code>sample string 2</Spec_Code>
</SpecCodes>
<SpecCodes>
<Id>1</Id>
<KeyNotes>
<KeyNotes>
<Id>1</Id>
<Keynote>sample string 4</Keynote>
<Legend>sample string 3</Legend>
<Spec_Code_ID>2</Spec_Code_ID>
</KeyNotes>
<KeyNotes>
<Id>1</Id>
<Keynote>sample string 4</Keynote>
<Legend>sample string 3</Legend>
<Spec_Code_ID>2</Spec_Code_ID>
</KeyNotes>
</KeyNotes>
<Spec_Code>sample string 2</Spec_Code>
</SpecCodes>
</ArrayOfSpecCodes>