Change Updates

Do not miss any SmartPM Public API changes, ever again

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

RSS

about 18 hours ago

main
9.18.0
Compare
9.18.0

API structure has changed

10 structure changes including:
10 Modifications
Modified 10 Breaking
GET /public/v1/projects/{projectId}/scenarios/{scenarioId}/activities
  • Response
  • 200 response Modified
    • */* content type Modified
      • activityCodes property Removed
GET /public/v1/projects/{projectId}/scenarios/{scenarioId}/schedules
  • Response
  • 200 response Modified
    • */* content type Modified
      • importDate, uploadDate properties Added
GET /public/v1/projects/{projectId}/submittals
  • Response
  • 200 response Modified
    • */* content type Modified
      • submittal property Added
GET /public/v1/projects/{projectId}/submittals/{submittalId}
  • Response
  • 200 response Modified
    • */* content type Modified
      • submittal property Added
GET /public/v1/quality-profiles
  • Response
  • 200 response Modified
    • */* content type Modified
      • version property Added
GET /public/v1/quality-profiles/{qualityProfileId}
  • Response
  • 200 response Modified
    • */* content type Modified
      • version property Added
GET /public/v2/projects/{projectId}/scenarios/{scenarioId}/activities
  • Response
  • 200 response Modified
    • */* content type Modified
      • activityCodes property Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
GET /public/v2/projects/{projectId}/scenarios/{scenarioId}/schedules
  • Response
  • 200 response Modified
    • */* content type Modified
      • importDate, uploadDate properties Added
POST /public/v1/projects/{projectId}/submittals
  • Response
  • 200 response Modified
    • */* content type Modified
      • submittal property Added
PUT /public/v1/projects/{projectId}/submittals/{submittalId}
  • Body
  • application/json content type Modified
    • submittalLinkedActivities property Modified
      • activityId property Modified
        • Property is now required
          Breaking
    • projectId property Modified
      • Property is now required
        Breaking
    • submittalPackage property Modified
      • projectId property Modified
        • Property is now required
          Breaking
    • submittalType property Modified
      • projectId property Modified
        • Property is now required
          Breaking
    • submittalResponses property Modified
      • submittal property Added
  • Response
  • 200 response Modified
    • */* content type Modified
      • submittal property Added