The first URL segment. Fixed once saved.
Lowercase segments or :param placeholders. Full URL: /api/x/…
Values may use {{params.name}} (from a :name path segment, required) or {{query.name}} (optional - the filter is skipped when absent).
Limit 0 = no limit.
Tick fields to return only those - none ticked returns everything.
Applied as extra filters on top of the definition's own filters (which always win). Only fields this endpoint returns can be filtered; operators work too - e.g. title_contains=cup. page, limit, sort and order control pagination/sort instead (limit is capped at the endpoint's own limit); search is reserved.
Send a request to see the response here.