Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions shotgun_api3/shotgun.py
Original file line number Diff line number Diff line change
Expand Up @@ -1898,6 +1898,7 @@ def export_page(self, page_id, format, layout_name=None):
"ID,Name,Status\\n1,Shot 001,ip\\n2, Shot 002,rev\\n"
>>> sg.export_page(12345, "csv")
"ID,Name,Status\\n1,Shot 001,ip\\n2,Shot 002,rev\\n"

:param int page_id: The ID of the page to export.
:param str format: The format to export the page to. Supported format is ``"csv"``.
:param str layout_name: Optional layout name. This should be the name of the layout seen in the Flow Production Tracking UI.
Expand Down
Loading