Versions Compared

Key

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

AffinityLive's Jobs (or Projects) module helps you to plan, delegate and track client and internal projects. Projects can be as simple or complex as you like, and there's an array of billing options to suit your need.

TYPERESOURCEDESCRIPTION
GET/jobsReturns a list of jobs.
GET/jobs/countReturns the number of jobs found in AffinityLive.
GET/jobs/recentReturns the most recently created jobs.
GET/jobs/newestReturns the most recently modified jobs.
GET/jobs/:job_idReturns a job identified by its id.
GET/jobs/:job_id/extensions/valuesRetrieve extension values for a given job
PUT/jobs/:job_idUpdates a job identified by its id.
PUT/jobs/:job_id/extensions/valuesUpdate a Job's extension value object
DELETEjobs/:job_idDeletes a job identified by its id.
POST/jobsCreate a new job object.
GET/jobs/:id/profiles/valuesReturns an array of profile values for the job.
PUT/jobs/:id/profiles/values/:profile_value_idUpdate an existing profile value for the job.