0

How do get all EventLogEntry event_type's?

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?

3 comments

  • 0
    Avatar
    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.

  • 0
    Avatar
    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

  • 0
    Avatar
    Jake Wilson

    That does help, thank you!

Please sign in to leave a comment.