List of workflow names

Returns a list of workflow names

Request
path Parameters
parentSegmentId
required
integer <int64>

Parent Segment ID (audience id)

query Parameters
workflowProjectName
required
string

Workflow Project Name to filter

Responses
200

Succeeded to get workflow names

400

Given parameters are not valid

403

Requested resource or action is not allowed because you don't have sufficient permissions

404

The specified resource is not found

get/entities/parent_segments/{parentSegmentId}/user_defined_workflows
Request samples
Response samples
application/json
{
  • "data": [
    ]
}