Vocabularies
- Description
- Vocabularies published by the Geological Survey of Queensland
Alternates Profiles
Different profile views of this register are here: All Profiles.
Automated Pagination (more)
To page through these items, use query string arguments 'page' and 'per_page'. HTTP Link
headers of first
, prev
, next
& last
are given in web responses.
Example, assuming 500 items, page 7, of 50 per page, is given by:
.../?page=7&per_page=50
Link header with a response assuming 500 items would be:
Link: <.../?per_page=500> rel="first", <.../?per_page=500&page=6> rel="prev", <.../?per_page=500&page=8> rel="next", <.../?per_page=500&page=10> rel="last"
If you want to page through the whole collection, start at first
and follow link headers until you reach last
or until no last
is given. You shouldn't try to calculate each page
query string argument yourself.