Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

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.
  • No labels