String |
This type of attribute is used to enter the text |
{"attributeName":"Hello World" } |
Number |
This type of attribute is used to enter the numeric value |
{"attributeName": 12 } |
Boolean |
Simple true or false attribute |
{"attributeName":true } |
Date |
Simple date attribute to select a particular date. Date will always be returned in ISO 8601 format 'yyyy-mm-dd' |
{"attributeName":"2019-08-22"} |
DateTime |
Simple date and time attribute to select a particular date and time. DateTime will always be returned in ISO 8601 format 'yyyy-mm-ddThh:mm:ss' |
{"attributeName":"2019-08-22T06:05:00"} |
Email |
Simple email attribute to enter email address |
{"attributeName":"john.doe@icertis.com"} |
User |
Simple user attribute to select ICI user |
{"attributeName":"john.doe@icertis.com"} |
Choice |
Simple choice attribute to select one from many options available. |
{"attributeName":"Male"} |
MultiSelectChoice |
Multiple choice attribute to select many from many options available. |
{"attributeName":["Monday", "Tuesday"]} |
Percentage |
Simple attribute to save the percentage value. |
{"attributeName":"15.00"} |
|