GET api/IngestFileCheckActivityKetchum?projectActivityNumber={projectActivityNumber}&projectRoot={projectRoot}&siteWideCheck={siteWideCheck}&formGUID={formGUID}&projectInode={projectInode}
Checks for the existence of a project activity association in the system.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| projectActivityNumber |
The unique activity number to check for. |
string |
Required |
| projectRoot |
The root project ID used for filtering associations. |
integer |
Required |
| siteWideCheck |
Flag indicating whether to perform a site-wide check. |
boolean |
Required |
| formGUID |
The GUID of the form element associated with the activity. |
string |
Required |
| projectInode |
The inode of the project or form to check against. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
On success: HTTP 200 OK with a dataset containing matching activity 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
}