We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Updated Reference: Filter Syntax (markdown)
Updated Home (markdown)
Added documentation for add_user_agent and reset_user_agent.
add docs for Footage data type
Initial docs describing new log format as of Shotgun v4.2.0
Mention error when there is no gap between multiple splits.
Clearer starting point to the last example in the split tasks doc
Extra due date moved example in split tasks docs.
Added documentation for split tasks.
'in' and 'not_in' now supported consistently and as expected as of Shotgun v4.2! yay.
fix markdown typo
add note documenting use of 'in' filter on number fields only works for the id field.
updates to valid filter operators per data type. This is not new or changed functionality but long-overdue updates to the documentation
add docs for share_thumbnail() method
Updated Reference: Methods (markdown)
Added documentation for the authenticate_human_user() method. #19123
remove 'in' from valid operatoes for entity and multi-entity types. Agreed it would be useful but it's not currently supported (yet)
Added 'return_fields' argument to 'create' definition
add documentation for summarize() method
removed the 'user' portion of the data= block
added a comma after ninjas. Put the 'user' back in for consistency in the data = section
removed user for shot creation ('user': {'type':'HumanUser', 'id':165}) as it was not needed for shot creation.
Added a square bracket that was missing in the filter code
added session_uuid
update info on how to clear the thumbnail on an entity
added link to Gist
Detail about supported versions of Python for HTTPS connections through proxy servers
Updated Example: Handling Shotgun ActionMenuItem calls (markdown)
add mention of how to query for filmstrip thumbnails on an entity.