Cherwell Object Find Version 1
Parameters
Name | Description |
---|---|
Error Handling | Determine what to return if an error is encountered. |
Object Name | Readable name of the object to retrieve (ie. Incident). |
Fields to Return | Comma separated list of fields to return (if none entered, all fields will be returned). |
Filters | A JSON object with key/value pairs that will be searched for equality. |
Max Results | The maximum amount of results that can be returned in a single handler execution (if blank, as many as possible will be returned). |
Sample Configration
Name | Description |
---|---|
Error Handling | Error Message |
Object Name | Incident |
Fields to Return | |
Filters | {"Status": "New", "Customer ID": "fa00c2e9123e423cb2c96e63ee72bc4a"} |
Max Results | 5 |
Results
Name | Description |
---|---|
Handler Error Message | Error message if an error was encountered and Error Handling is set to "Error Message". |
JSON Results | JSON representations of the objects that match the inputted filters. |
Count | Total records returned in the JSON Results array. |
Total Matched | Total records that matched the filters on the Cherwell server. |
Looking for a workflow engine?
Learn more about the Kinetic Data Enterprise Workflow Platform
Check it out