Home > @tridion-sites/open-api-client > PublicationsService > getSchemaLinks
Warning: This API is now obsolete.
Gets a list of all Schema links contained within a specified Publication. This operation returns an instance of ‘Link’ type.
Signature:
static getSchemaLinks({ escapedPublicationId, schemaPurpose, }: {
escapedPublicationId: string;
schemaPurpose: Array<any>;
}): CancelablePromise<Array<Link>>;
Parameter | Type | Description |
---|---|---|
{ escapedPublicationId, schemaPurpose, } | { escapedPublicationId: string; schemaPurpose: Array<any>; } |
Returns:
CancelablePromise<Array<Link>>
Link The request was successful.
ApiError