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

15 days ago

main
1.0.0
Compare

API structure has changed

8 structure changes including:
8 Modifications
Modified 8 Breaking
GET /public/v1/projects/{projectId}/rfis
  • Response
  • 200 response Modified
    • */* content type Modified
      • rfi property Modified
        • Property is now required
          Breaking
        • projectId property Modified
          • Property is now required
            Breaking
        • rfiLinkedActivities property Modified
GET /public/v1/projects/{projectId}/rfis/{rfiId}
  • Response
  • 200 response Modified
    • */* content type Modified
      • rfi property Modified
        • Property is now required
          Breaking
        • projectId property Modified
          • Property is now required
            Breaking
        • rfiLinkedActivities property Modified
GET /public/v1/projects/{projectId}/submittals
  • Response
  • 200 response Modified
    • */* content type Modified
GET /public/v1/projects/{projectId}/submittals/{submittalId}
  • Response
  • 200 response Modified
    • */* content type Modified
      • submittal property Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
POST /public/v1/projects/{projectId}/rfis
  • Body
  • application/json content type Modified
    • Rfi property Added
  • Response
  • 200 response Modified
    • */* content type Modified
      • rfi property Modified
        • Property is now required
          Breaking
        • projectId property Modified
          • Property is now required
            Breaking
        • rfiLinkedActivities property Modified
POST /public/v1/projects/{projectId}/submittals
  • Body
  • application/json content type Modified
    • Submittal property Removed
  • Response
  • 200 response Modified
    • */* content type Modified
      • Type is now object
      • SubmittalResponse property Added
PUT /public/v1/projects/{projectId}/rfis/{rfiId}
  • Body
  • application/json content type Modified
    • Rfi property Added
  • Response
  • 200 response Modified
    • */* content type Modified
      • rfi property Modified
        • Property is now required
          Breaking
        • projectId property Modified
          • Property is now required
            Breaking
        • rfiLinkedActivities property Modified
PUT /public/v1/projects/{projectId}/submittals/{submittalId}
  • Body
  • application/json content type Modified
    • submittalLinkedActivities, submittalResponses properties Modified
  • Response
  • 200 response Modified
    • */* content type Modified
      • Type is now object
      • SubmittalResponse property Added