Labels

Labels allows easy management of responses by added a visual tag to them and allowing you to search responses by label.


Labels fields

Field Type Fillable Reference
id   Integer
The unique ID to identify the label

Labels relations

There are no relations for this model


Labels endpoints

GET List all Labels /labels toggle

GET Return data for a specified Label /labels/:id toggle

POST Save, or update a Label /labels/:id? toggle

DELETE Delete a Label /labels/:id toggle