Join our accounting partner program to win new business and add value to your existing clients.
Support requests over at the Clear Books Get...
- Coding Stable LtdReturns a list of projects in the system.
| Field | Description | Additional info |
|---|---|---|
| offset | Used to return results from an offset starting point. For example, to get two thousand records you must first use an offset of 0 and then 1000. | The list of projects is limited to 1000 results. |
| Field | Description | Additional info |
|---|---|---|
| projects[ ] | Returns an array of projects with each project having the fields shown below | string |
| projects[ ][id] | The id of the project | string |
| projects[ ][description] | The description of the project | string |
| projects[ ] [projectName] | The name of the project | string |
| projects[ ][status] | String identifying the project status | Value one of:
|