Movenium REST API 1.1

Documentation

database

Example

1234 (a row id to another forms row)

The field is for making relations between rows. The options array contains the form and the fields from the related form.

    "options": {
            "form": "project",
            "fields": ["number","name"]
            }

Format

  • Integer

Field settings

  • mandatory - the field is required when adding row
  • hidden or hide - the field should not be visible when adding and editing
  • hide_column - the column should not be visible on reports
  • help - instructions for the field
  • default_value - a default value for the field