Skip to content

Conversation

barw4
Copy link
Contributor

@barw4 barw4 commented Aug 20, 2025

🎫 Issue IBX-10527

Warning

Remove dev dependency to core

Related PRs:

ibexa/core#633

Description:

The new route is exposed at /api/ibexa/v2/content/types/view [POST] and accepts the following payload:

{
    "ViewInput": {
        "identifier": "ContentTypeView",
        "ContentTypeQuery": {
            "limit": "1",
            "offset": "0",
            "Query": {
                "ContentTypeIdCriterion": [1,2],
                "ContentTypeIdentifierCriterion": "folder",
                "IsSystemCriterion": true,
                "ContentTypeGroupIdCriterion": 1,
                "ContainsFieldDefinitionIdCriterion": 2
            },
            "SortClauses": {
                "Identifier": "descending",
                "Id": "ascending"
            }
        }
    }
}

with the following headers:
ContentType -> application/vnd.ibexa.api.ContentTypeViewInput+json
Accept => application/vnd.ibexa.api.ContentTypeView+json

For QA:

Documentation:

@barw4 barw4 self-assigned this Aug 20, 2025
@barw4 barw4 added the Feature New feature request label Aug 20, 2025
@barw4 barw4 marked this pull request as ready for review August 21, 2025 07:40
@barw4 barw4 changed the title IBX-XXXX: Content type search API IBX-10527: Content type search API Aug 21, 2025
@mnocon mnocon added the Doc needed The changes require some documentation label Sep 2, 2025
@barw4 barw4 requested a review from a team September 10, 2025 08:06
@ezrobot ezrobot requested review from adamwojs, mikadamczyk, Steveb-p, alongosz, ciastektk, ViniTou, wiewiurdp, konradoboza and tbialcz and removed request for a team September 10, 2025 08:06
@barw4 barw4 force-pushed the find-content-types branch from f6250bd to 76bfa81 Compare September 22, 2025 08:20
Copy link

@barw4 barw4 requested a review from ViniTou September 23, 2025 08:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Doc needed The changes require some documentation Feature New feature request Ready for review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants