Skip to content

How to correctly use ETag with the paginated responses in REST API #24687

Discussion options

You must be logged in to vote

Hi @denis-bigbrassband-com 👋

Thanks for the question. The ETag is returned per page and is only applicable to the resources in that page (so your interpretation 1).

In general, I would recommend conditional requests with large page sizes, and webhooks when possible.

Read more here:

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment