Retrieving a Record

Prev Next

The Get record action retrieves a single record from OneSpan Sign and returns the most recent JSON payload for that object. This is useful when you need to view or process the latest details of a transaction within your recipe.

When you select transaction as the record type, you must specify the Transaction ID of the OneSpan Sign transaction you want to retrieve.

Input

Input field

Description

Object

The type of record to retrieve. For this connector, select transaction.

Transaction ID

The unique ID of the OneSpan Sign transaction (also referred to as the Package ID).

Output

Output fields for the Get record action are generated dynamically based on the Object you select.

When retrieving a transaction, the action calls the OneSpan Sign API and returns the latest version of the transaction available in your account. The connector then builds the output schema using the structure of the returned JSON.

Note

  • If the action does not return any data, try creating a draft transaction in your OneSpan Sign account and run the action again.

  • For detailed information about the transaction data model, refer to the OneSpan Sign API documentation.