GET api/commentary/OldXml/{book}/{chapter}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| book | string |
Required |
|
| chapter | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
XElement| Name | Description | Type | Additional information |
|---|---|---|---|
| FirstAttribute | XAttribute |
None. |
|
| HasAttributes | boolean |
None. |
|
| HasElements | boolean |
None. |
|
| IsEmpty | boolean |
None. |
|
| LastAttribute | XAttribute |
None. |
|
| Name | XName |
None. |
|
| NodeType | XmlNodeType |
None. |
|
| Value | string |
None. |
|
| FirstNode | XNode |
None. |
|
| LastNode | XNode |
None. |
|
| NextNode | XNode |
None. |
|
| PreviousNode | XNode |
None. |
|
| BaseUri | string |
None. |
|
| Document | XDocument |
None. |
|
| Parent | XElement |
None. |
Response Formats
application/json, text/json, text/html, application/xml, text/xml
Sample:
Sample not available.