- getContent(
__namedParameters: {
accountId?: string;
contentIdentifier: string;
contentType:
| "STUDIO"
| "ACTION"
| "STACK"
| "WORKFLOW"
| "STACK_VERSION"
| "STARTER"
| "PLUGIN"
| "ACTION_VERSION"
| "PLUGIN_VERSION"
| "WORKFLOW_VERSION";
studioSlug?: string;
},
opts?: RequestOpts,
): Promise<ContentResponse> Parameters
- __namedParameters: {
accountId?: string;
contentIdentifier: string;
contentType:
| "STUDIO"
| "ACTION"
| "STACK"
| "WORKFLOW"
| "STACK_VERSION"
| "STARTER"
| "PLUGIN"
| "ACTION_VERSION"
| "PLUGIN_VERSION"
| "WORKFLOW_VERSION";
studioSlug?: string;
} Optionalopts: RequestOpts
Get Studio and Content data from Content Type and Content ID