PropertySet Property Management
get
Retrieves a collection of property set meta data records based upon the provided filter criteria
required
numeric
propertySetId
a specific parent property set identifier
required
string
propertySet
the property set name for the property set meta data response data
optional
string
id
a specific property identifier (or a comma separated list of property identifiers)
optional
string
alias
a specific property alias (or a comma separated list of property aliases)
optional
boolean
isFilter
the property filter status flag
optional
boolean
isFilterOrVariable
the property variable status - or - filter status flag
optional
boolean
isVariable
the property variable status flag
optional
boolean
isActive
the property record status (defaults to true)
optional
string
updateDate
a specific date or date range within which the property record update date should exist ( updateDate = '2014-09-01 00:00:00|2015-09-01 00:00:00' )
optional
string
sort
a comma separated list of properties by which to sort the results
optional
numeric
page
(default: 1)
the requested page of results within the result set to return (defaults to 1)
optional
numeric
rows
(default: 25)
the total number of records in the result set to return (defaults to 25)
optional
boolean
noData
(default: false)
include the data result or just the statistical information (defaults to false)
post
the descriptive hint for this property
required
numeric
propertySetId
the parent property set identifier
optional
string
alias
an alternate alias for the property
optional
string
argumentName
the incoming argument name for the property
optional
numeric
attrMax
specifies the maximum value for the property value
optional
string
attrMaxMessage
validation response message for the attrMaxMessage condition
optional
numeric
attrMaxLength
specifies the maximum string length of the property value
optional
string
attrMaxLengthMessage
validation response message for the attrMaxLengthMessage condition
optional
numeric
attrMin
specifies a minimum value for the property value
optional
string
attrMinMessage
validation response message for the attrMinMessage condition
optional
numeric
attrMinLength
specifies the minimum string length of the property value
optional
string
attrMinLengthMessage
validation response message for the attrMinLengthMessage condition
optional
boolean
attrReadonly
specifies that the property value is read-only in the context of the current property set
optional
boolean
attrRequired
specifies that the property value is required in the context of the current property set
optional
string
attrRequiredMessage
validation response message for the attrRequired condition
optional
string
attrValue
specifies the default value of the property
optional
string
columnName
name of the database table column this property represents
optional
string
dataType
the data type value of the property (property.dataType)
optional
string
description
the description text for the property
optional
string
entitySchema
the name of the parent database schema to which the property / table connect
optional
boolean
isActive
(default: true)
the property record status
optional
boolean
isManyToMany
does this property represent a many to many relationship
optional
boolean
isReturned
is the property returned in the context of the current property set
optional
boolean
isVariable
does this property represent a variable
optional
string
lookupGroup
the lookup group name to limit the values for this property to
optional
string
lookup
the lookup variable name to limit the values for this property to
optional
string
manyToManyJoinAlias
the table join alias for the child many to many table
optional
string
manyToManyJoinColumn
the table column name to join the child many to many table
optional
string
selectClause
a custom SQL select clause used to generate the property value
optional
string
validationMethod
a programmatic method name used for validation of the property value
optional
string
validationRegEx
a programmatic regular expression used for validation of the property value
optional
string
whereClause
a custom SQL expression added to the where clause when this property is used as a variable