From f8fd812a30c24d8de613bdcef87b9dbe04c5c570 Mon Sep 17 00:00:00 2001 From: Jim Kring Date: Thu, 15 Dec 2016 12:41:04 -0800 Subject: [PATCH] Added information about pagination (>500 parties) When getting tagged parties, the list is paginated using offsets. If 500 elements are returned (the page limit), use ?n=500 (e.g. `GET /tags/#{id}.xml?n=500`) to check for the next 500 and so on. --- sections/tags.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sections/tags.md b/sections/tags.md index 5652021..8b9f4ad 100644 --- a/sections/tags.md +++ b/sections/tags.md @@ -32,6 +32,8 @@ Get tagged parties This endpoint will not include deals and cases for that tag. +The list is paginated using offsets. If 500 elements are returned (the page limit), use ?n=500 (e.g. `GET /tags/#{id}.xml?n=500`) to check for the next 500 and so on. + **Response:** ``` xml