GET api/SmartTransfer/ExternalEVaultNotificationLog/{id}
Provides the ability to get the specified external eVault notification log.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
The external eVault notification log identifier. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
A .
ESignSystems.SmartSAFE.Models.SmartTransfer.ExternalEVaultNotificationLogModelName | Description | Type | Additional information |
---|---|---|---|
ExternalEVaultNotificationLogId |
Gets or sets the external eVault notification identifier. |
integer |
None. |
ClientId |
Gets or sets the client identifier. |
integer |
None. |
ClientName |
Gets or sets the client name. |
string |
None. |
OrganizationName |
Gets or sets the organization name. |
string |
None. |
ExternalEVaultName |
Gets or sets the external eVault name. |
string |
Required Max length: 256 |
MessageId |
Gets or sets the message identifier. |
string |
Max length: 256 |
Message |
Gets or sets the message. |
string |
None. |
Processed |
Gets or sets a value indicating whether this notification has been processed and the document transferred. |
boolean |
None. |
Error |
Gets or sets a value indicating whether there was an error with the final transfer process. |
boolean |
None. |
ErrorMessage |
Gets or sets the error message. |
string |
Max length: 256 |
ReceivedDate |
Gets or sets the received date. |
date |
Required |
UpdatedBy |
Gets or sets the name of the user that updated the model. |
string |
None. |
UpdatedDate |
Gets or sets the date an time that the model was updated. |
date |
None. |
Response Formats
application/json, text/json
{ "ExternalEVaultNotificationLogId": 1, "ClientId": 1, "ClientName": "sample string 1", "OrganizationName": "sample string 2", "ExternalEVaultName": "sample string 3", "MessageId": "sample string 4", "Message": "sample string 5", "Processed": true, "Error": true, "ErrorMessage": "sample string 8", "ReceivedDate": "2024-11-26T17:35:10.0864129-05:00", "UpdatedBy": "sample string 9", "UpdatedDate": "2024-11-26T17:35:10.0864129-05:00" }
application/xml, text/xml
<ExternalEVaultNotificationLogModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models.SmartTransfer"> <UpdatedBy xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models">sample string 9</UpdatedBy> <UpdatedDate xmlns="http://schemas.datacontract.org/2004/07/ESignSystems.SmartSAFE.Models">2024-11-26T17:35:10.0864129-05:00</UpdatedDate> <ClientId>1</ClientId> <ClientName>sample string 1</ClientName> <Error>true</Error> <ErrorMessage>sample string 8</ErrorMessage> <ExternalEVaultName>sample string 3</ExternalEVaultName> <ExternalEVaultNotificationLogId>1</ExternalEVaultNotificationLogId> <Message>sample string 5</Message> <MessageId>sample string 4</MessageId> <OrganizationName>sample string 2</OrganizationName> <Processed>true</Processed> <ReceivedDate>2024-11-26T17:35:10.0864129-05:00</ReceivedDate> </ExternalEVaultNotificationLogModel>