getContentInstance Method
Get an instance of a Content
getContentInstance(requestContext: AuthorizedClientRequestContext, projectId: string, moduleName: string, instanceId: string, queryOptions?: RequestQueryOptions): Promise<Content[]>
| Parameter | Type | Description |
|---|---|---|
| requestContext | AuthorizedClientRequestContext | The client request context |
| projectId | string | Project Id where the content resides |
| moduleName | string | Module name of the content (e.g. 'DataViz') |
| instanceId | string | Instance Id of the Content |
| queryOptions | RequestQueryOptions | Query options for filtering |
Defined in
Last Updated: 08 January, 2020