Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info
The information in this document is currently in BETA and subject to change.

 


The Data Collection Fields represents the Fields that make up a Data Collection. As part of a Data Collection, these Fields will display in every Action that shares its Action Type with the Data Collection.

...

Scope Parameterdatacollectionfields
Location/datacollectionfields
MethodsGET,PUT,POST,DELETE
Default Page Size50
Max Page Size200
Default IncludesNone

...


Resource Attributes
FieldDescriptionFormatRequiredField TypeRestrictionsNotes
nameThe name of the data field. ReadOnly value used to identify the Field for use as Merge Field.string (50)truedefault  

dataTypeThe field type. (i.e. String, appointment, DateTime, etc.)string (20)truedefault  

labelUse for display purposes.string (2050)falsedefault  

formOrderThe position of the field when displayed in a form with sibling Fields.integerfalsedefault  

listOrderThe position of the field when displayed in a list with sibling Fields.integerfalsedefault  

requiredIndicated if the field must be populated when the Data Collection Record is saved.booleanfalsedefault  

descriptionA general description of the field and its purpose.string falsedefault  

customHtmlBelowCustom HTML that may be inserted below the Field when displayed.stringfalsedefault  

customHtmlAboveCustom HTML that may be inserted above the Field when displayed.stringfalsedefault  

dataCollectionThe DataCollection that the datafield belongs to.stringtruelink  

tagThe Tag associated with this datafield.stringfalselink  

...




Link Templates
IdentifierResourceLocation Template
datafields.dataCollectiondatacollections/datacollections/{datafields.dataCollection}
datafields.tagtags/tags/{datafields.tag}

...