GET dpa/consentformlist
3.1 Consent Form List
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of DPAStatements| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Title | string |
None. |
|
| Intro | string |
None. |
|
| Blurb | string |
None. |
|
| Body | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"id": 1,
"title": "sample string 1",
"intro": "sample string 2",
"blurb": "sample string 3",
"body": "sample string 4"
},
{
"id": 1,
"title": "sample string 1",
"intro": "sample string 2",
"blurb": "sample string 3",
"body": "sample string 4"
}
]
application/xml, text/xml
Sample:
<ArrayOfDPAStatements xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models">
<DPAStatements>
<Blurb>sample string 3</Blurb>
<Body>sample string 4</Body>
<Id>1</Id>
<Intro>sample string 2</Intro>
<Title>sample string 1</Title>
</DPAStatements>
<DPAStatements>
<Blurb>sample string 3</Blurb>
<Body>sample string 4</Body>
<Id>1</Id>
<Intro>sample string 2</Intro>
<Title>sample string 1</Title>
</DPAStatements>
</ArrayOfDPAStatements>