List investor workflows for a deal

GET/api/deals/deal/{dealId}/all-investor-workflows

Path parameters

  • dealIdstringRequired#
    Unique identifier of the deal.

Responses

200Investor workflows for the deal.ObjectResponse
{}
401Unauthorized.Error
403Forbidden.Error
404Deal not found.Error
curl https://your-url.com/kong/core/api/gateway/api/deals/deal/{dealId}/all-investor-workflows\
  -H "Authorization: Bearer $DELIO_API_KEY"\
  -H "Content-Type: application/json"