GET api/workflows/search/{formType}/{formField}/value/{value}

Searches for workflows that contain a specific value in a given form field.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
formType

The GUID of the form type to search within.

string

Required

formField

The name or GUID of the form field to search.

string

Required

value

The value to search for within the specified form field.

string

Required

Body Parameters

None.

Response Information

Resource Description

On success: HTTP 200 OK with a list of matching workflow IDs. On failure: HTTP 400 Bad Request with a descriptive error message.

Collection of integer

Response Formats

application/json, text/json, application/scim+json

Sample:
[
  1,
  2
]