{ "opencollection": "1.0.0", "info": { "name": "Helpcenter ValidationRuleCriteria API", "version": "1.0.0" }, "items": [ { "info": { "name": "ValidationRuleCriteria", "type": "folder" }, "items": [ { "info": { "name": "Get Validation Rule Criteria", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/layouts/:layoutId/validationRules/criteriaFields", "params": [ { "name": "category", "value": "", "type": "query", "description": "Category for getting the field criteria for primary or secondary fields" }, { "name": "layoutId", "value": "", "type": "path" } ] }, "docs": "This API lists the fields that can be used in criteria of a specified module in validation rules. Available pre-defined values may contain ${EMPTY}, ${NOTEMPTY}, ${OPEN}, ${CLOSED}, ${CURRENTTIME}. Available types are Text, Date, DateTime, Text, Boolean and Arithmetic." } ] } ], "bundled": true }