-
Notifications
You must be signed in to change notification settings - Fork 0
/
NHS_urql_template.postman_collection.json
81 lines (81 loc) · 2.42 KB
/
NHS_urql_template.postman_collection.json
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"variables": [],
"info": {
"name": "URQL NHS data demo",
"_postman_id": "dd053d40-5967-5012-12c2-6f2ea10e37fe",
"description": "",
"schema": "https://schema.getpostman.com/json/collection/v2.0.0/collection.json"
},
"item": [
{
"name": "BNFItemCode matches a value",
"request": {
"url": "https://api.usmart.io/org/5a8ab321-f7ab-4108-aa1e-6b400540c619/4dcd3b64-af17-4324-af3b-e78348050006/latest/urql?BNFItemCode=0401010N0AAAAAA",
"method": "GET",
"header": [],
"body": {
"mode": "formdata",
"formdata": []
},
"description": ""
},
"response": []
},
{
"name": "BNFItemCode matches a number (equals operator)",
"request": {
"url": "https://api.usmart.io/org/5a8ab321-f7ab-4108-aa1e-6b400540c619/4dcd3b64-af17-4324-af3b-e78348050006/latest/urql?eq(BNFItemCode,0401010N0AAAAAA)",
"method": "GET",
"header": [],
"body": {
"mode": "formdata",
"formdata": []
},
"description": ""
},
"response": []
},
{
"name": "BNFItemCode matches multiple values",
"request": {
"url": "https://api.usmart.io/org/5a8ab321-f7ab-4108-aa1e-6b400540c619/4dcd3b64-af17-4324-af3b-e78348050006/latest/urql?in(BNFItemCode,(0401010N0AAAAAA,0401020K0AAAIAI))",
"method": "GET",
"header": [],
"body": {
"mode": "formdata",
"formdata": []
},
"description": ""
},
"response": []
},
{
"name": "BNFItemCode matches multiple values, but only return the code and ddescription",
"request": {
"url": "https://api.usmart.io/org/5a8ab321-f7ab-4108-aa1e-6b400540c619/4dcd3b64-af17-4324-af3b-e78348050006/latest/urql?in(BNFItemCode,(0401010N0AAAAAA,0401020K0AAAIAI))&select(BNFItemCode,BNFItemDescription) ",
"method": "GET",
"header": [],
"body": {
"mode": "formdata",
"formdata": []
},
"description": ""
},
"response": []
},
{
"name": "BNFItemCode matches multiple values, but only return code, description and quantity of paid items AND ALSO sorted on paid items",
"request": {
"url": "https://api.usmart.io/org/5a8ab321-f7ab-4108-aa1e-6b400540c619/4dcd3b64-af17-4324-af3b-e78348050006/latest/urql?in(BNFItemCode,(0401010N0AAAAAA,0401020K0AAAIAI))&select(BNFItemCode,BNFItemDescription,NumberofPaidItems) &sort(-NumberofPaidItems)",
"method": "GET",
"header": [],
"body": {
"mode": "formdata",
"formdata": []
},
"description": ""
},
"response": []
}
]
}