61701b027c74
Index Terms and Conditions events
Returns an array containing all instances of customer agreements to the Solaris Terms and Conditions.
Query parameters
Filter the results by id.
Filter the results by the specific document that was agreed to (document_id).
Filter the results by the customer who agreed to the Terms & Conditions (using their person_id).
Filter the results by the business on whose behalf the authorized person or legal representative agreed to the Terms & Conditions (using its business_id).
The name of the relevant product to which the Terms & Conditions document applies.
Filter the results by the product whose Terms & Conditions were agreed to.
Filter the results by the type of Terms & Conditions event.
Filter the results by the date and time when the Terms & Conditions event occurred. The [min] parameter specifies the minimum date in the past when the event should have occurred (i.e., the oldest possible date to return).
Filter the results by the date and time when the Terms & Conditions event occurred. The [max] parameter specifies the maximum date in the past when the event should have occurred (i.e., the latest possible date to return).
Specifies the number of pages of results to return.
Specifies the size of each page of results.
Response
Successful result of the operation
Example response
[
{
"id": "2b5423a061514901a5a8791f2cb18266",
"document_id": "3f31dd950cb6e2b28ac4b31d1b4bb321tcdc",
"document_name": "Customer T&C on Data Processing",
"event_timestamp": "2020-02-12T17:28:53Z",
"created_at": "2020-02-12T17:28:53Z",
"event_type": "APPROVED",
"signed_by": "52054909a5d149b2a7430eee4ba6cc22",
"signed_on_behalf_of": "52054909a5d149b2a7430eee4ba6cc22",
"product_name": "DIGITAL_BANKING"
}
]