-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathparams-query.http
More file actions
49 lines (27 loc) · 871 Bytes
/
params-query.http
File metadata and controls
49 lines (27 loc) · 871 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
# This file contains queries to check out the backend's responses.
#
# It's really just a helper for tinkering and getting the requests and
# responses right for when the documentation of the API leaves room for
# interpretation.
@baseurl=https://data-api.psi.ch/sf
###
# Query for the available aggregations
GET {{baseurl}}/params/aggregations
###
# Query for the available (data providing) backends
GET {{baseurl}}/params/backends
###
# Query for the available compression formats
GET {{baseurl}}/params/compression
###
# Query for the available config fields
GET {{baseurl}}/params/configfields
###
# Query for the available event fields
GET {{baseurl}}/params/eventfields
###
# Query for the available ordering parameter values
GET {{baseurl}}/params/ordering
###
# Query for the available response formats
GET {{baseurl}}/params/responseformat