Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

_fieldspartial stringAllows you to specify optional fields and linked objects to include in the response.

Handling the response

Below is a table of available response fields and objects that are returned within the response object of the returned object. The optional fields and objects can be requested in the _fields parameter; see included examples. Underlined values are default.

...

For handling the response, please see GET staff/:id.

Sample Response

Code Block
languagebash
GET /staff/kurt_wagner.json?_fields=email

...