Change Updates

Do not miss any missionX API changes, ever again

Subscribe to the missionX API changelog to be up to date on recent changes.

RSS

May 10, 2025

v2
1.0.0
Compare

API structure has changed

5 structure changes including:
5 Modifications
Modified 5
GET /projects/{projectId}/planItems
  • Response
  • 200 response Modified
    • application/json content type Modified
      • value property Modified
        • person property Added
PATCH /planItems/{planItemId}
  • Body
  • application/json content type Modified
    • person property Added
  • Response
  • 200 response Modified
    • application/json content type Modified
      • person property Added
PATCH /timesheets/{timesheetId}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • person property Added
POST /projects
  • Body
  • application/json content type Modified
    • planItems property Modified
      • person property Added
POST /projects/{projectId}/planItems
  • Body
  • application/json content type Modified
    • person property Added
  • Response
  • 200 response Modified
    • application/json content type Modified
      • person property Added