Home > @tridion-sites/open-api-client > PublishingService > getBusinessProcessTypes
Gets a list of Business Process Types linked to a specified Topology Type. This operation returns an instance of ‘Link’ type.
Signature:
static getBusinessProcessTypes({ topologyTypeId, }: {
topologyTypeId: string;
}): CancelablePromise<Array<Link>>;
Parameter | Type | Description |
---|---|---|
{ topologyTypeId, } | { topologyTypeId: string; } |
Returns:
CancelablePromise<Array<Link>>
Link The request was successful.
ApiError