The trigger id of the integration trigger config. If both triggerId and clientId is present, the integration is executed from the start tasks provided by the matching trigger config otherwise it is executed from the default start tasks.
A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".
A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2023-02-22 UTC."],[[["The Execution resource provides detailed information about a specific integration execution."],["The JSON representation of an Execution includes fields like `name`, `triggerId`, `executionMethod`, `createTime`, `updateTime`, `directSubExecutions`, `executionDetails`, `requestParameters`, and `responseParameters`."],["The `createTime` and `updateTime` fields in the JSON represent timestamps in RFC3339 UTC \"Zulu\" format."],["The resource contains information on how the user posted the event via the `executionMethod` field."],["The resource allows listing all integration executions via the `list` method."]]],[]]