DESCRIPTION
This endpoint finds matching workflows for matter ID and primary and secondary classification.
URL STRUCTURE
https://[hostname]/incoming-correspondence/find-workflows-matching/{matterId:\d+}/{primaryClassification:\d+}/{secondaryClassification:\d+}
METHOD
GET
HEADERS
**Authorization:**
string Base64 [email]:[key]
ARGUMENTS
Name | Type | Description |
---|---|---|
matterId | int | Matter ID |
primaryClassification | int | Primary Classification ID to filter Workflows |
secondaryClassification | int | Secondary Classification ID to filter Workflows |
RETURNS
Returns matching workflows for new instances, or existing workflow instances.
{
"existing": [],
"new": {
"21-82": "Invention - Office Action EP : Processing office action"
}
}