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

Apr 30, 2025

v2
1.0.0
Compare

API structure has changed

9 structure changes including:
9 Modifications
Modified 9 Breaking
GET /projects
  • Response
  • 200 response Modified
    • application/json content type Modified
      • value property Modified
        • archived property Added
  • Query
  • withArchived query parameter Added
GET /projects/{projectId}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • archived property Added
GET /projects/{projectId}/planItems
  • Response
  • 200 response Modified
    • application/json content type Modified
      • value property Modified
        • archived property Added
  • Query
  • withArchived query parameter Added
GET /timesheets
  • Query
  • withSnapshot query parameter Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
PATCH /planItems/{planItemId}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • archived property Added
PATCH /projects/{projectId}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • archived property Added
PATCH /timesheets/{timesheetId}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • archived property Added
POST /projects
  • Response
  • 200 response Modified
    • application/json content type Modified
      • archived property Added
POST /projects/{projectId}/planItems
  • Response
  • 200 response Modified
    • application/json content type Modified
      • archived property Added