Versions Compared

Key

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

Resource URL

Returns a contact identified by contact id.

Code Block
languagebash
GET /contacts/:contact_id

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.

idunsigned int A unique id assigned to the milestone
   

Fields that can be object indicate the field can be requested as a resource. For example.

Code Block
languagebash
GET /contacts/1.json?_fields=status

would return the status id. Where as,

Code Block
languagebash
GET /milestones/1.json?_fields=status()

would return the status object, including any optional fields or objects within the parenthesis.