Categories
| API | Description |
|---|---|
| GET api/categories |
Gets the list of current categories, which can correspond to tags. |
Forms
| API | Description |
|---|---|
| GET api/forms?sort={sort}&state={state}&organization={organization}&lastmodified={lastmodified}&title={title}&description={description}&tags={tags}&filetype={filetype}&search={search}&page={page}&pagesize={pagesize}&fields={fields} |
Gets an array of form information. Has features to perform data-shaping tasks such as sorting, filtering, and field selection. |
| GET api/forms/{id}?fields={fields} |
Gets a single form, specified by its ID. |
| GET api/forms?sort={sort}&state={state}&organization={organization}&lastmodified={lastmodified}&title={title}&description={description}&tags={tags}&filetype={filetype}&search={search}&page={page}&pagesize={pagesize}&fields={fields}&formtype={formtype} |
Gets an array of form information. Has features to perform data-shaping tasks such as sorting, filtering, and field selection. |
Files
| API | Description |
|---|---|
| GET api/files/{id} |
Gets a form's file data for the form specified by ID. |