1,554
edits
(add recommended sizes →GET /v1/mediarecords) |
|||
Line 129: | Line 129: | ||
|- | |- | ||
|limit | |limit | ||
|0, 1, 2, ... n | |0, 1, 2, ..., 1000, ..., n | ||
|Controls the number of records returned by a collection url. Large values may cause HTTP requests to time out. Recommended values are from 1 to 1000. | |Controls the number of records returned by a collection url. Large values may cause HTTP requests to time out. Recommended values are from 1 to 1000. | ||
|- | |- | ||
|offset | |offset | ||
|0, 1, 2, ..., n | |0, 1, 2, ... 1000, ..., 10000, ..., n | ||
|Controls the starting entity offset for paging through the API. Large offsets, greater than 1000000 (1 million) are extremely inefficient, so combinations of small limits and large offsets may cause requests to fail. | |Controls the starting entity offset for paging through the API. Large offsets, greater than 1000000 (1 million) are extremely inefficient, so combinations of small limits and large offsets may cause requests to fail. | ||
|} | |} |
edits