WP-API / docs

The content for developer.wordpress.org/rest-api

Home Page:https://developer.wordpress.org/rest-api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Document that an embedded collection uses default pagination

TimothyBJacobs opened this issue · comments

From: https://core.trac.wordpress.org/ticket/46201

When using the _embed query with REST API, embedded terms are limited to 10 in the response.
This is not described in the documentation.

How does this sound at the end of linking and embedding.

When embedding a collection response, for instance /wp/v2/posts?author=1, the embeded collection will have the default pagination limits applied.