You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/service/query-api.md
+20-12
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,14 @@ The following query parameters are available:
13
13
-`cursor` — allows you to iterate through a search result set.
14
14
-`from-updated-date` — a special filter that includes updated and deleted Events, to allow you to keep your dataset up to date.
15
15
16
+
## Tell us who you are
17
+
18
+
Please also send the `mailto` query parameter. **It is not compulsory**, but will help us understand how people are using the API and get in contact if we need to. We won't share your email address, and will only contact you in connection with API use. For example:
If you are uncomfortable sending a contact email address, then don't. You can [read more about the rationale here](https://github.com/CrossRef/rest-api-doc#etiquette).
23
+
16
24
## Filter parameters
17
25
18
26
The `filter` parameter takes a `field:value,other-field:other-value` format, using colon (`:`) to separate keys and values and commas (`,`) to separate clauses. You can put keys or values in quotes if they contain colons, for example `subj-id:"http://example.com"`. The following fields are available. They can be used in any combination.
@@ -61,7 +69,7 @@ Each facet should be supplied with a limit (i.e. the top <i>n</i> results) or `*
61
69
62
70
You many use any combination of facets, separated by commas. The following query means "show me the top 10 domains found in Events for the Newsfeed source":
**We only edit Events when we absolutely need to** and the Query API will usually send an empty reply, confirming that you don't need to update your data. If it does, you should over-write your stored Events with the new ones.
0 commit comments