Skip to main content
GET
/
public
/
v2
/
workflows
/
roles
Get roles for workflow conditions
curl --request GET \
  --url https://api.dualentry.com/public/v2/workflows/roles/ \
  --header 'X-API-KEY: <api-key>'
[
  {
    "id": 123,
    "name": "<string>",
    "descriptive_name": "<string>"
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.dualentry.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-KEY
string
header
required

Response

OK

id
integer
required
name
string
required
descriptive_name
string
required
Last modified on May 28, 2026