Constant Field Values
Contents
io.dialob.*
-
io.dialob.form.service.rest.FormsRestServiceController Modifier and Type Constant Field Value public static final StringTEMPLATE_FORM_ID"00000000000000000000000000000000" -
io.dialob.form.service.rest.OpenApiDoc.DELETE_FORM Modifier and Type Constant Field Value public static final StringDELETE_OP"The form ID is used to identify and delete a form from the tenant\'s form database."public static final StringDELETE_SUMMARY"Delete a form by form ID" -
io.dialob.form.service.rest.OpenApiDoc.FORM_ID Modifier and Type Constant Field Value public static final StringGET_FORMID_OP"In order to find specific forms within the tenant, you can perform queries based on two properties: form ID, and the form revision number: rev"public static final StringGET_FORMID_SUMMARY"Return a form by form ID" -
io.dialob.form.service.rest.OpenApiDoc.GENERAL Modifier and Type Constant Field Value public static final StringFORM_ID"Internal identifier for a form"public static final StringFORM_NAME"Unique, manually-created identifier for a form"public static final StringREV"Form revision number"public static final StringTAG_NAME"Name of the tag" -
io.dialob.form.service.rest.OpenApiDoc.POST_FORM Modifier and Type Constant Field Value public static final StringPOST_FORM_OP"You can create a new form within your tenant with a form object in .JSON format."public static final StringPOST_FORM_SUMMARY"Create a new form" -
io.dialob.form.service.rest.OpenApiDoc.PUT_FORM Modifier and Type Constant Field Value public static final StringDRY_RUN"dryRun is useful for testing purposes. If dryRun is set to true, a new revision number will not be created upon opening a form for editing"public static final StringFORCED"A forced update will ignore form revision number check. The form ID and request body must match."public static final StringNEW_ID"The new name to assign to the identifer"public static final StringOLD_ID"The name of the old identifier"public static final StringPUT_FORM_OP"With this endpoint, you can edit a particular form. You have the option to choose whether or not you want to create a new revision number for the form. You can also force an update which ignores the form revision number check. "public static final StringPUT_FORM_SUMMARY"Update an existing form by form ID" -
io.dialob.form.service.rest.OpenApiDoc.TAG Modifier and Type Constant Field Value public static final StringGET_TAG_NAME_OP"Return a form tag using two properties: form ID and tag name"public static final StringGET_TAG_NAME_SUMMARY"Return a tag by form ID and tag name"public static final StringGET_TAGS_OP"The form ID is used to identify a specific form and return an array of tag values for that form"public static final StringGET_TAGS_SUMMARY"Return a list of tags associated with a given form ID"public static final StringNEW_TAG"Name to be assigned to new tag"public static final StringPOST_FORM_TAG_OP"This endpoint will create a new tag for the latest revision of a form."public static final StringPOST_FORM_TAG_SUMMARY"Create a new form tag for a form by form ID"public static final StringSNAPSHOT"If snapshot is set to true, a copy of the current form will be created as a snapshot version with a different form ID, to which the new tag will point"public static final StringTAG_LATEST_OP"Use one of a form\'s existing tags to create a \'LATEST\' tag. A LATEST TAG is mutable, but the all the previous tags are immutable. To do this, you can use the form ID and tag properties."public static final StringTAG_LATEST_SUMMARY"Update a form tag to \'LATEST\' tag"public static final StringTAG_OBJ"Form tag object"public static final StringTAG_OP"In order to find specific tags within the tenant, you can perform queries for the following properties within the tag: form ID, form name, and tag name."public static final StringTAG_SUMMARY"List all tags within the tenant."