Previous step

Navigates to the previous step of the journey. A record will be inserted in the FTOS_DJ_InstanceStep table.

Syntax

Copy
POST <host_address>/ftosapi/digital-journeys/<digital_journey_name>/previous/{externalId} 
 
Parameter Description
host_address The URL of the FintechOS platform server.
digital_journey_name The name of the digital journey.
externalId The unique identifier of the digital journey.

Response

Copy
{
  "instanceId": "string",
  "externalId": "string",
  "nextStep": {
    "journeyItem": "string",
    "journeyStep": "string"
  }

Examples