Queryable

View as Markdown

Queryable

The base Queryable protocol to find collections for content types, assets, and entries.

find(_:)

This is a generic find method which can be used to fetch collections of ContentType, Entry, and Asset instances.

Note By default, the limit for response details per request is 100, with the maximum limit set at 250.

NameTypeDescription
completion (required)ResultsHandler<ContentstackResponse<ResourceType>>

A handler which will be called on completion of the operation.