GET api/forms/search/{formType}/{formField}/value/{value}
Searches for forms of a specific type that contain a given value in a specified field.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| formType |
The type of form to search within (e.g., "ProjectForm"). |
string |
Required |
| formField |
The name of the form field to search by (e.g., "Title"). |
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 form IDs. On failure: HTTP 400 Bad Request with a specific validation or error message.
Collection of integerResponse Formats
application/json, text/json, application/scim+json
Sample:
[ 1, 2 ]