cURL
curl --request GET \ --url https://example.com/v1/api/audit/v1/user-audits/objectTypes \ --header 'X-DOMO-Developer-Token: <api-key>'
[ "ACCOUNT", "DATAFLOW_TYPE", "DATA_SOURCE" ]
Retrieves a list of available object types that can be queried in the Activity Log API.
Domo Developer Token for authentication.
An array of object types.
["ACCOUNT", "DATAFLOW_TYPE", "DATA_SOURCE"]