lock
GET
apiportal/v1/Consent?page={page}
No documentation available.
EXPANDexpand_more
Request Information
Roles
- Vendor_APIClient
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
page | integer |
None. |
Body Parameters
None.
EXPANDexpand_more
Response Information
Resource Description
Collection of spsConsent_ResponseName | Description | Type | Additional information |
---|---|---|---|
ConsentSeq | integer |
None. |
|
ID | integer |
None. |
|
ConsentCode | string |
None. |
|
ActiveFlag | boolean |
None. |
|
ConsentGivenBy | integer |
None. |
|
ConsentGivenDate | date |
None. |
|
ConsentExpiryDate | date |
None. |
|
ConsentRefusalComment | string |
None. |
Response Formats
[ { "ConsentSeq": 1, "ID": 2, "ConsentCode": "sample string 3", "ActiveFlag": true, "ConsentGivenBy": 5, "ConsentGivenDate": "2025-05-02T01:40:59.6137496+10:00", "ConsentExpiryDate": "2025-05-02T01:40:59.6137496+10:00", "ConsentRefusalComment": "sample string 6" }, { "ConsentSeq": 1, "ID": 2, "ConsentCode": "sample string 3", "ActiveFlag": true, "ConsentGivenBy": 5, "ConsentGivenDate": "2025-05-02T01:40:59.6137496+10:00", "ConsentExpiryDate": "2025-05-02T01:40:59.6137496+10:00", "ConsentRefusalComment": "sample string 6" } ]
<ArrayOfspsConsent_Response xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Synergetic.Model.APIClient"> <spsConsent_Response> <ActiveFlag>true</ActiveFlag> <ConsentCode>sample string 3</ConsentCode> <ConsentExpiryDate>2025-05-02T01:40:59.6137496+10:00</ConsentExpiryDate> <ConsentGivenBy>5</ConsentGivenBy> <ConsentGivenDate>2025-05-02T01:40:59.6137496+10:00</ConsentGivenDate> <ConsentRefusalComment>sample string 6</ConsentRefusalComment> <ConsentSeq>1</ConsentSeq> <ID>2</ID> </spsConsent_Response> <spsConsent_Response> <ActiveFlag>true</ActiveFlag> <ConsentCode>sample string 3</ConsentCode> <ConsentExpiryDate>2025-05-02T01:40:59.6137496+10:00</ConsentExpiryDate> <ConsentGivenBy>5</ConsentGivenBy> <ConsentGivenDate>2025-05-02T01:40:59.6137496+10:00</ConsentGivenDate> <ConsentRefusalComment>sample string 6</ConsentRefusalComment> <ConsentSeq>1</ConsentSeq> <ID>2</ID> </spsConsent_Response> </ArrayOfspsConsent_Response>