13 May, 2024

by Tony Rule
  • Improved Endpoint pagination - only return nextCursor when there is more data to fetch

6 May, 2024

by Tony Rule
  • Support for removing all tags in PATCH endpoints for projects & people

30 April, 2024

by Tony Rule
  • Fix for POST /actuals to not change project rates

22 April, 2024

by Tony Rule
  • Added support for removing existing people tags
  • Support for adding reference to PATCH /clients/{clientId}
  • Can now add project-tags

15 April, 2024

by Tony Rule
  • Added modifiedAfter filters on
    GET /rate-cards, /project-tags, /people-tags, /roles, /users, /workstreams, /skills, /teams
  • Fix to make POST endpoints return HTTP 201 instead of HTTP 200
  • GET /actuals now has minDate as an optional parameter
  • Fix to show error when using an invalid tag on PATCH /projects
  • Fix to make sure modifiedAfter filter returns no results when timestamp matches latest item

8 April, 2024

by Tony Rule
  • Added modifiedAfter filters on GET /actuals, /assignments, /clients, /contracts, /people, /timeoffs

1 April, 2024

by Tony Rule
  • Added modifiedAfter filters on GET /projects
  • Added support for adding project budget roles POST /projects/{project-id}/budget-roles

18 March, 2024

by Tony Rule
  • Added support POST /placeholders, DELETE /placeholders
  • Change - GET /assignments nows return all by default - no required parameter
  • Fix to make milestones optionals on POST Projects
  • Fix for project-tags

11 March, 2024

by Tony Rule
  • Added start and end dates filters in GET /reports
  • Added support for standardRate in POST /roles
  • Added support for custom checkbox field in POST /custom-fields
  • Fix for POST /client not returning correct reference in response

4 March, 2024

by Tony Rule
  • Added POST /placeholders
  • Added POST / people/:id/contracts
  • Added GET/POST/PATCH/DELETE workstreams
  • Improved POST /projects - reduce minimum fields required to match app
  • API now returns a useful error when Accept-Version header is missing
  • Fix for PATCH /custom-fields to support updating all fields