• Hello everyone!
    When we query non-hierarchical terms (like tags) via:
    /wp/v2/terms?offset=10
    the response reflects this, and the received terms are offset by 10. But when using hierarchical terms like categories via
    /wp/v2/categories?offset=10
    there is no effect, no error. The response received is from the beginning, without any offset.

    Is this the intended behaviour? If yes, then why? And how can we customize it to support offset parameter?

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Rest Api Hierarchical terms do not support offset parameter in pagination’ is closed to new replies.