get https://api.snapdocs.com/insights/v1/transaction_statuses
This endpoint will return all data associated with Transaction Statuses.
The Transaction Statuses Object
Key | Type | Description |
---|---|---|
data | Array | The array storing storing individual transaction status results. |
appointment_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_at | 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. |
esign_status | String | The current status of eSigning. |
esigning_completed_date_time | String | The timestamp when the Borrower has completed eSigning. There will be a row for each Borrower. |
file_number | String | The file number / loan number which was sent to Snapdocs for each closing. |
id | Integer | The internal ClosingID. |
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_first_name | String | The Borrower's first name of this closing. There will be a row for each Borrower. |
signer_last_name | String | The Borrower's last name of this closing. There will be a row for each Borrower. |
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 transaction status 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 paginated results. |