ContentTypeId Criterion¶
The ContentTypeId Search Criterion searches for content based on the ID of its content type.
Arguments¶
value- int(s) representing the content type ID(s)
Example¶
You can use this Search Criterion over the REST API, in the payload of the POST /views request:
1 2 3 4 5 | |
1 2 3 4 5 | |