Get investor form implementation for a step

GET/api/deals/workflow/step/{stepId}/investor-form-implementation

Path parameters

  • stepIdstringRequired#
    Unique identifier of the workflow step.

Responses

200Investor form implementation for the step.ObjectResponse
{}
401Unauthorized.Error
403Forbidden.Error
404Step not found.Error
curl https://your-url.com/kong/core/api/gateway/api/deals/workflow/step/{stepId}/investor-form-implementation\
  -H "Authorization: Bearer $DELIO_API_KEY"\
  -H "Content-Type: application/json"