GET api/UpdateStringWithFormChange?inode={inode}
Retrieves the most recent form field changes for a specified item node.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| inode |
The unique identifier of the item node whose form change audit trail is to be retrieved. |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
On success: HTTP 200 OK with a dataset containing the field label and new value. 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
}