Common Parameters
Some parameters are available across all endpoints:
Parameter | Type | Meaning |
---|---|---|
token | string | the token to authenticate. It may give you read or write access. |
format | string: xml, json, html, csv, xbrl | see this section |
count | boolean | only outputs the number of results, but not the results themselves. |
top | integer | outputs only the first top results. |
skip | integer | skips the first skip results (for paging, together with top). |
format-indent | string: yes or no | indents or not JSON or XML output. |
language | string: An IETF language tag: en-US, fr, etc) | selects a language to output the result in for some endpoints. |