Overview

Set the archived status of current journey to false

Summary

This request will set the archived status of current journey to false

Request Arguments

Name Type Description Required
module String Record module True
record Object Object containing id of the current record True

Request Example

{
    "module": "DRI_Workflows",
    "record": {
        "id": "e00ce644-2ce5-11ed-8ea1-0242ac120006",
    },
}

Response

There will be no response
Name Type Description
N/A Undefined Nothing is returned