GET api/IngestFileCheckMetadataKetchum?projectInode={projectInode}
Retrieves metadata values for a specific form element associated with a given project.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| projectInode |
The inode of the project for which metadata is being checked. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
On success: HTTP 200 OK with a `DataRowResponse` containing the metadata value and user field ID. 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
}