getWorkflowItem

Click to copy

Get workflow item information

Checks for an available item upgrade, whether unsecure webhooks are allowed, and whether a custom SMTP server has been configured for the workflow item.

Query parameters

NameTypeRequired

token

string

Path parameters

NameTypeRequired

orgId

string

itemId

string

Examples

Request

Use dark colors for code blocksCopy
1
2
3
4
# You can also use wget
curl -X GET /{orgId}/{itemId} \
  -H 'Accept: application/json' \
  -H 'Authorization: Bearer {access-token}'

Response

200 Response

Use dark colors for code blocksCopy
1
2
3
4
5
6
{
  "itemVersion": "string",
  "upgradeAvailable": true,
  "allowUnsecureWebhooks": true,
  "customSMTP": true
}
StatusMeaningDescriptionSchema

200

OK

success

ItemDetails

400

Bad Request

error

WorkflowJsonExceptionDTO

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.