...
Properties definition has following attributes.
Name | Type | Description |
---|---|---|
name | String | Name of property |
displayName | String | Display name of property |
dataType | String | Data type for property |
subDataType | String | Sub-Data type for property |
description | String | Description for property |
isRequired | Boolean | True if property is required |
isEncrypted | Boolean | True if property value will be encrypted |
isActive | Boolean | True if property is active |
defaultValue | String | Default value for property |
scope | String | Scope of the property |
listData | List<String> | Possible string values for the property, if property is type enum |
isDefaultValueExpression | Boolean | Whether value is expression or literal by default |
isMultiSelect | Boolean | Whether multiple values are allowed |
Response Codes
HTTP Code | Description |
---|---|
200 | Search successful and results returned |
400 | Bad request |
401 | Authentication failure |
403 | Authorization failure (no access to resource) |
500 | Unexpected internal server error |
...