GET api/IngestFileCheckActivity?formGUID={formGUID}&uniqueValue={uniqueValue}&projectRoot={projectRoot}&siteWideCheck={siteWideCheck}&projectInode={projectInode}
Checks for the existence of a metadata record with a specific value and form element within a project or site context.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| formGUID |
The GUID of the form element to check. |
string |
Required |
| uniqueValue |
The unique value to search for in the metadata. |
string |
Required |
| projectRoot |
The root project ID used to determine project-level scope. |
integer |
Required |
| siteWideCheck |
If true, performs a site-wide check; otherwise, limits to the specified project. |
boolean |
Required |
| projectInode |
The project inode used to filter the association records. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
On success: HTTP 200 OK with a `DataRowResponse` indicating whether the metadata entry exists. On failure: HTTP 400 Bad Request with a generic error message.
DataRowResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| dataInfo | DataSet |
None. |
Response Formats
application/json, text/json
Sample:
{}
application/scim+json
Sample:
{
"dataInfo": null
}