{"_id":"57b278798a92cc1700e153c6","__v":2,"project":"55d2023b3c74062300aee506","user":{"_id":"55d201fe945e481700afbb19","username":"","name":"Abhik Pramanik"},"metadata":{"title":"","description":"","image":[]},"createdAt":"2016-08-16T02:20:41.653Z","changelog":[{"_id":"57b278798a92cc1700e153cd","update":"[Retrieve Comments in a Project](doc:retrieve-comments-in-a-project)","type":"added"},{"_id":"57b278798a92cc1700e153cb","update":"`updated_at` on [the RFI Object](doc:the-rfi-object) reflects when references change","type":"added"},{"_id":"57b278798a92cc1700e153cc","update":"[Retrieve Issue in a Project](doc:retrieve-issue-in-a-project)","type":"added"},{"_id":"57b278798a92cc1700e153c9","update":"[Comment object](doc:the-comment-object) now contains `record_type` and `record` reference.","type":"added"},{"_id":"57b278798a92cc1700e153ca","update":"[Shareable object](doc:the-shareable-object) `resource_url` deprecated in favor of `resource` self [reference](doc:foreign-keys)","type":"improved"},{"_id":"57b278798a92cc1700e153c8","update":"ISO 8601 formats that didn't work are now supported","type":"fixed"},{"_id":"57b278798a92cc1700e153c7","update":"","type":"added"}],"body":"[block:image]\n{\n \"images\": [\n {\n \"image\": [\n \"https://files.readme.io/b921805-comment.jpg\",\n \"comment.jpg\",\n 599,\n 396,\n \"#ccaa91\"\n ],\n \"caption\": \"Hopefully comments on your project aren't like this. (Internet)\"\n }\n ]\n}\n[/block]\nHappy August PlanGrid developers! We've released 1.2 and it contains additions and changes to facilitate better RFI syncing with other applications:\n- `updated_at` on [the RFI Object](doc:the-rfi-object) now reflects when references have been changed. This minimizes additional requests to the RFI references endpoints (e.g. [Retrieve Snapshots Referenced in RFI](doc:retrieve-snapshots-referenced-in-rfi)).\n- Instead of iterating over every RFI to retrieve new comments, we've added an [endpoint to retrieve all RFI comments](doc:retrieve-comments-in-a-project) in a project since last sync (via `record_types` and `updated_after` params).\n\nThe endpoint to retrieve comments exposes even more PlanGrid data as it can retrieve comments across not only RFIs but issues, sheets, and the project itself. \n\nWe've also removed `resource_url` from the [Shareable object](doc:the-shareable-object) in favor of `resource` (which is a self [reference](doc:foreign-keys)). We still return `resource_url` in responses, but have removed it from the documentation and will stop support in the next major version (which won't be for awhile).","slug":"120","title":"1.2.0"}
1.2.0
added | [Retrieve Comments in a Project](doc:retrieve-comments-in-a-project) |
---|---|
added | `updated_at` on [the RFI Object](doc:the-rfi-object) reflects when references change |
added | [Retrieve Issue in a Project](doc:retrieve-issue-in-a-project) |
added | [Comment object](doc:the-comment-object) now contains `record_type` and `record` reference. |
improved | [Shareable object](doc:the-shareable-object) `resource_url` deprecated in favor of `resource` self [reference](doc:foreign-keys) |
fixed | ISO 8601 formats that didn't work are now supported |