Introduction
Clients are the entries in AffinityLive where you note the companies whom you provide services to. These can range from partners and vendors to your actual customers, and can even include you! These Client entries also act as the central repository for all information related to that group, including correspondence, project and sales updates, and contact information for their employees.
Endpoints
Resource | Description | Status |
---|---|---|
GET jobs | Returns a list of jobs. | LIVE |
GET jobs/count | Returns the number of jobs found in AffinityLive. | LIVE |
GET jobs/recent | Returns the most recently created jobs. | LIVE |
GET jobs/newest | Returns the most recently modified jobs. | LIVE |
GET jobs/:job_id | Returns a job identified by its id. | LIVE |
PUT jobs/:job_id | Updates a job identified by its id. | LIVE |
DELETE jobs/:job_id | Deletes a job identified by its id. | LIVE |
POST jobs | Create a new job object. | LIVE |
GET jobs/:job_id/extension/values | Retrieve custom fields for a given job | IN DEVELOPMENT |