get https://api.snapdocs.com/insights/v1/borrower_activities
This endpoint will return all data associated with Borrowers Activities.
The Borrower Activities Object
Key | Type | Description |
---|---|---|
data | Array | The array storing individual Borrower activities results. |
id | Integer | The internal unique identifier for a Snapdocs Closing. |
appointment_date_time | String | The new timestamp if the Settlement Agent made changes to the original appointment date time sent in for Closing creation. |
appointment_original_date_time | String | The original appointment date and time sent by the Lender for Closing creation. If there are changes in the appointment date and time, this field will be populated accordingly. |
closing_created_date_time | String | The timestamp when the Closing was created in Snapdocs system |
closing_type | String | The closing type sent by the Lender associated with each Closing. |
doc_preview_available_date_time | String | The timestamp when the document was sent to the Borrower for review. There will be a row for each Borrower. |
doc_preview_completed_date_time | String | The timestamp when the Borrower has reviewed the available document. There will be a row for each Borrower. |
esign_status | String | The current status of eSigning for each Borrower. |
esigning_completed_date_time | String | The timestamp when the Borrower has completed eSigning. There will be a row for each Borrower. |
esigning_start_date_time | String | The timestamp when the Borrower starts the eSigning process. There will be a row for each Borrower. |
file_number | String | The file number / loan number which was sent to Snapdocs for each Closing. |
last_modified_date_time | String | The timestamp when any of the above fields are updated in the target table. This will be the timestamp used in query to find incremental updates. |
property_state | String | This field will be used in the near future. |
settlement_office_email_address | String | The email address of the Settlement office handling the Closing. |
settlement_office_name | String | The name of the Settlement office handling the Closing. |
signer_email_address | String | The Borrower's email of this Closing. There will be a row for each Borrower. |
signer_first_name | String | The Borrower's first name of this closing. There will be a row for each Borrower. |
signer_id | String | The unique UserID for each Borrower. |
signer_last_name | String | The Borrower's last name of this Closing. There will be a row for each Borrower. |
signer_removed_date_time | String | The timestamp when the Borrower was deactivated in the Snapdocs system and a new Borrower was created. |
status | String | The current status of the Closing in Snapdocs system. |
status_change_date_time | String | The latest timestamp when the transaction status was updated to either Close , Canceled or Reopen . |
wet_sign_status | String | The current status of the Wet sign. |
meta | Object | The object storing metadata about the returned Borrower activities results. |
current_page | Integer | The current page of the paginated results. |
next_page | Integer | The next page number of the paginated results. |
page_size | Integer | The number of results per page. |
total_count | Integer | The total number of results. |
total_pages | Integer | The total number of pages of the paginated results. |