Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: -Added response examples.

...

Request Method
ID
Action
Resulting Function
URL Example
Notes
Example Response
GETn collection/fieldsReturns a list of fields.fields_collection.json
GETy read/fields/{id}Returns a field's details.fields_read.json
PATCHy update/fields/{id}Update an attribute of a fields entry.fields_patch.json
POSTn create/fieldsInsert a new fields entry.fields_create.json
DELETEy delete/fields/{id}Delete a fields entry.fields_delete.json

Web Application Routes

Request Method
ID
Action
Resulting Function
URL Example
Notes
GETncreatecreate_form/fields/createDisplays a standard web form for submission to POST /fields.
GETyupdateupdate_form/fields/{id}/updateShow the connection's details with the option to update attributes using PATCH to /fields/{id}

...