Home > @tridion-sites/open-api-client > ListsService > getPublishableChildPublications
Gets a list of all child Publications of the specified Parent publication, where the Business Process Type settings are the same as those of the parent Publication. This operation returns an instance of ‘Publication’ type.
Signature:
static getPublishableChildPublications({ escapedPublicationId, }: {
escapedPublicationId: string;
}): CancelablePromise<Array<Publication>>;
Parameter | Type | Description |
---|---|---|
{ escapedPublicationId, } | { escapedPublicationId: string; } |
Returns:
CancelablePromise<Array<Publication>>
Publication The request was successful.
ApiError