Versions Compared

Key

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

...

ResourceDescription
POST contactsCreate a new contact.
PUT contacts/:idUpdate a contact identified by contact_id.
DELETE contacts/:idDelete a contact identified by contact_id.
GET contactsReturns an array of contacts.
GET contacts/countReturns the number of contacts in the system.
GET contacts/:idReturns a contact identified by contact_id.
GET contacts/:id/statusReturns the status of a given contact
GET contacts/newestReturns a list of contacts ordered by descending date modified
GET contacts/recentReturns a list of contacts ordered by descending date created.
GET /contacts/:id/profiles/valuesReturns an array of profile values for the contact.
PUT /contacts/:id/profiles/values/:profile_value_idUpdate an existing profile value for the contact.
GET /contacts/:id/progressionsReturns an array of available progressions for the contact.
POST /contacts/:id/progressions/:progression_id/autoRuns a status update for the given progression on the given contact.
GET /contacts/profiles/fieldsReturns an array of profile fields of contact.
POST /contacts/:contact_id/profiles/fields/:profile_field_idCreates a profile value for a contact.
GET /contacts/:contact_id/addressesReturns a list of address for a contact.
GET /contacts/:contact_id/collectionsReturns a list of resource collections for the given contact
POST /contacts/:contact_id/collections/:collection_id/resourcesUpload resource(attachment) to the given collection.
POST /contacts/:contact_id/addressesCreates a new address for given contact.

Filters

Contact filters can be used to filter through lists of contacts. You can defined filters in the _filters parameter.

...