Can I get a list of all the EventLogEntry event_type's directly with the API? Or do I just need to query every single event in the log and parse all the event_types in it?
Date
Votes
3 comments
-
Ben Hadden Hi Jake, I'll get this one over to the tech team as well since I'm not sure if we can return all the types via the API. Please standby.
-
Mandy Hampton Hi Jake -
You can use this doc as a reference to determine the event types. Unfortunately that field is a text field as opposed to an enum so there's no definitive list, but this will give you the format for the names.
https://github.com/shotgunsoftware/python-api/wiki/Event-Types
Let me know if this helps,
Mandy -
Jake Wilson That does help, thank you!
Please sign in to leave a comment.