action turbinelabs_get_changelog_adhoc { label: "Allows an arbitrary filter to be specified and applied to the org\\'s change log." description: "Perform an adhoc query against the change log for your org. The filter is a JSON encoded FilterSum as defined in this file." provider: turbinelabs method: GET path: "/changelog/adhoc" encoding: json input: { type: "object" properties: { filter: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }