/pmse_Project/validateCrmData/:data/:filter GET
Overview
Validates information about Fields, Modules, Users, Roles, etc.
Summary
This endpoint will validate the existence of various data related to the Process Definition.
Request Arguments
Name | Type | Description | Required |
---|---|---|---|
data | String | The type of data to be retrieved | True |
filter | String | Filtering criteria to be applied to data retrieved | False |
key | String | Key of the entry to search for within the given data and filter | True |
Request
Note: "key" should be provided in the form of a URL query string.
Example Request:
/rest/v11_10/pmse_Project/validateCrmData/field/Accounts?key=data_entered
Response Arguments
Name | Type | Description |
---|---|---|
result | Boolean | The result of the validation. True if the key exists in the specified data set; false otherwise |
Response
{
result: true
}
Change Log
Version | Change |
---|---|
v11_10 |
Added |