API Docs / Operations / Task - Workflow Notes / Get Note by Code

Get Note by Code

GET /tenants/{tenant}/tasks/{taskCode}/groups/{groupNumber}/steps/{stepNumber}/notes/{code}

Gets a specific note for the workflow step by its code.

Parameters

NameTypeDescription
tenant* path string

The Tenant.Code

The Tenant.Code

code* path string
groupNumber* path integer (int32)
stepNumber* path integer (int32)
taskCode* path string

Responses

200 OK
401 Unauthorized - Invalid or missing API key
404 Not Found