Get a component operation
Returns the component operation for the specified name.
Authorizations
Response
Successful response
Stored component operation definition. Fields display_name, description, request_schema, and response_schema are unevaluated and appear in buildtime-evaluatable form.
Explanation of what the operation does. Buildtime expressions use CampaignBuildtimeContext.
Human-readable label for the operation, shown in authoring surfaces. Buildtime expressions use CampaignBuildtimeContext.
Unique name of the operation within its component. Lowercase letters, digits, underscores and dashes only.
The request schema as configured: a literal value, or an expression (type:string) when defined dynamically. Buildtime expressions use CampaignBuildtimeContext.
The response schema as configured: a literal value, or an expression (type:string) when defined dynamically. Buildtime expressions use CampaignBuildtimeContext.
