Preview a Custom Form Workflow

post/customform.preview

Retrieves workflow details for the Custom Form where workflowStatus=DRAFT.

Avaialble for the following roles:

  • SUPPORT (Investigate for Support)
  • CUSTOM_FORM_RO (View Custom Form)
Securitybasic or X-PriceFx-jwt
Request
Request Body schema: application/json
object
Responses
200

OK

Response Schema: application/json
object
node
string
Array of objects
Array
layout
string or null
object
resultType
string
status
integer
Request samples
application/json
{ }
Response samples
application/json
{
  • "response": {
    • "node": "pricefx-cluster-app-frontend-6c45d969f6-2fb9b",
    • "data": [
      • {
        • "layout": null,
        • "workflow": {
          },
        • "resultType": "WORKFLOW"
        }
      ],
    • "status": 0
    }
}