Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Added list of available progression resources

Status
colourYellow
titleUNDER DEVELOPMENT

Progressions allow your team to intelligently move records between statuses. The Public API currently supports automatic progressions, which skip over details requiring user interaction. The API current supports the following progression resources:

  1. tasks
  2. companies
  3. jobs
  4. prospects
  5. issues
  6. milestones
  7. affiliations
  8. contracts
  9. contacts

Endpoints

METHODENDPOINTDESCRIPTION
GET/:resource/:resource_id/progressionsReturns an array of available progression actions. An ID from this response can be used to progress the object to the specified status.
[PUT|POST]/:resource/:resource_id/progressions/:progression_id/autoAutomatically progresses the resource to the progressions next status if applicable. The updated resource is returned upon success.

...