From ab907a2b65317c4f4d7257c1399258e00e8c81f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20D=C4=85browski?= <64841871+dabrt@users.noreply.github.com> Date: Fri, 21 Nov 2025 17:13:02 +0100 Subject: [PATCH 1/2] IBX-10527: Add a mention of Content Type Search REST API --- docs/content_management/content_api/managing_content.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/content_management/content_api/managing_content.md b/docs/content_management/content_api/managing_content.md index 360151f9c9..ce5b9b4f61 100644 --- a/docs/content_management/content_api/managing_content.md +++ b/docs/content_management/content_api/managing_content.md @@ -170,10 +170,11 @@ To change the identifier of the copy, use a [`ContentTypeUpdateStruct`](/api/php You can find content types that match specific criteria by using the [`ContentTypeService::findContentTypes()`](/api/php_api/php_api_reference/classes/Ibexa-Contracts-Core-Repository-ContentTypeService.html#method_findContentTypes) method. This method accepts a `ContentTypeQuery` object that supports filtering and sorting by IDs, identifiers, group membership, and other criteria. -!!! note "Criterions and sort clauses" +!!! note "Criterions, sort clauses and REST APIs" For a full list of available criterions and sort clauses that you can use when finding and filtering content types, see [Content Type Search Criteria](content_type_criteria.md) and [Content Type Search Sort Clauses](content_type_sort_clauses.md) references. + For the REST API, see [Find content types](/api/rest_api/rest_api_reference/rest_api_reference.html#managing-content-find-content-types). The following example shows how you can use the criteria to find content types: From 5578f145e76d8352127853161fa8c2c5d9f88938 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20D=C4=85browski?= <64841871+dabrt@users.noreply.github.com> Date: Fri, 21 Nov 2025 18:25:47 +0100 Subject: [PATCH 2/2] Fix a link --- docs/content_management/content_api/managing_content.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content_management/content_api/managing_content.md b/docs/content_management/content_api/managing_content.md index ce5b9b4f61..3c86b5d975 100644 --- a/docs/content_management/content_api/managing_content.md +++ b/docs/content_management/content_api/managing_content.md @@ -174,7 +174,7 @@ This method accepts a `ContentTypeQuery` object that supports filtering and sort For a full list of available criterions and sort clauses that you can use when finding and filtering content types, see [Content Type Search Criteria](content_type_criteria.md) and [Content Type Search Sort Clauses](content_type_sort_clauses.md) references. - For the REST API, see [Find content types](/api/rest_api/rest_api_reference/rest_api_reference.html#managing-content-find-content-types). + For the REST API, see [Filter content types](/api/rest_api/rest_api_reference/rest_api_reference.html#tag/Type/operation/api_contenttypesview_post). The following example shows how you can use the criteria to find content types: