API structure has changed
5 structure changes including:
5 Modifications
Modified
5
Breaking
GET /public/v1/me
- Response
-
200 response Modified
-
*/* content type Modified
-
firstName, lastName, email, title properties Modified
-
Properties are now required Breaking
-
Properties are now required
-
firstName, lastName, email, title properties Modified
-
*/* content type 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
-
Removing a resource is always breaking unless it was deprecated before
-
submittal property Removed
-
*/* content type 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
-
Type is now
-
*/* content type 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
-
Type is now
-
*/* content type Modified