Skip to main content
GET
List workflow responses for a workflow case

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Authorization
string
required

Bearer token

Path Parameters

workflow_case_id
string
required

Query Parameters

include
string

Comma-separated list of relationships to include. Allowed: candidate_user, candidate, workflow_case, step, workflow, workflow_group, assignees

sort
string

Sort order. Prefix with - for descending. Allowed: created_at, updated_at, completed_at

filter[key]
string

Filter results. Available filters: candidate_user, candidate_user.exists, candidate, candidate.exists, workflow_case, step, step.exists, workflow, workflow.exists, workflow_group, workflow_group.exists.

page[size]
integer

Number of items per page (max 100)

page[after]
string

Cursor for next page

page[before]
string

Cursor for previous page

Response

workflow responses found

data
object[]
required
meta
object