GET api/IngestFileCheckParent?projectRoot={projectRoot}&uniqueValue={uniqueValue}&formGUID={formGUID}
Checks for the existence of a parent project association based on a unique value and form GUID.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| projectRoot |
The root project ID used to filter the parent association. |
integer |
Required |
| uniqueValue |
The unique metadata value used to identify the parent project. |
string |
Required |
| formGUID |
The GUID of the form element associated with the metadata value. |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
On success: HTTP 200 OK with a dataset containing matching parent project associations. 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
}