Syncsketch

Latest version: v1.0.10.6

Safety actively analyzes 700971 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 6

3.8

3.6

2.7.14

1.0.10.6

We now have methods to interact with sections within a review.

Sections are a great way to group items in a review.

Docs here: https://syncsketch.github.io/python-api/#syncsketch.SyncSketchAPI.create_review_section

Example code


from syncsketch import SyncSketchAPI
s = SyncSketchAPI(your_username, your_api_key)

s.create_review_section(review_id, "section name", [item_id_1, item_id_2])
s.update_review_sections(review_id, [{"uuid": section_uuid, "name": "new api name", "itemIds": [item_id_1, item_id_2]}])
s.delete_review_section(review_id, section_uuid)


Other updates:

Thanks to https://github.com/matija-tomazic for the two PRs:

1. Add raw response option to all methods - https://github.com/syncsketch/python-api/pull/20
2. Add option to specify response fields - https://github.com/syncsketch/python-api/pull/21

1.0.10.5

Addresses one bug and adds new method. Thanks to matija-tomazic

- Fix issue where empty post data would cause crash.
- Add method that pushes new notes to Shotgrid for single item.

Also cleaned up references to "shotgun" in method names. Included aliases to not break old scripts.

1.0.10.4

Added new methods:

python
archive_review(review_id)
restore_review(review_id)
shotgun_create_config(syncsketch_account_id, syncsketch_project_id=None, data=None)


shotgun_create_config must include a data dictionary with 3 keys:
- url - full shotgrid url e.g. https://example.shotgrid.autodesk.com/
- username - script user username
- key - script user key

For more info on our shotgrid integration, see our articles here: https://support.syncsketch.com/hc/en-us/sections/12590170520461-Shotgrid

Page 1 of 6

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.