This repository was archived by the owner on Jul 28, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathservicelayer-api-2025-04-04.har
More file actions
59 lines (59 loc) · 1.52 KB
/
servicelayer-api-2025-04-04.har
File metadata and controls
59 lines (59 loc) · 1.52 KB
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
{
"log": {
"version": "1.2",
"creator": {
"name": "Insomnia REST Client",
"version": "insomnia.desktop.app:v11.0.1"
},
"entries": [
{
"startedDateTime": "2025-04-04T09:29:36.496Z",
"time": 0,
"request": {
"method": "POST",
"url": "http://localhost:7001/api/bsselect/episodes/ingress",
"httpVersion": "HTTP/1.1",
"cookies": [],
"headers": [
{
"name": "Content-Type",
"value": "application/json"
}
],
"queryString": [],
"postData": {
"mimeType": "application/json",
"text": "{\n\t\"episode_id\": \"123\",\n\t\"nhs_number\": \"9990000000\",\n\t\"date_of_birth\": \"1970-01-01\",\n\t\"first_given_name\": \"Test\",\n\t\"family_name\": \"User\"\n}"
},
"headersSize": -1,
"bodySize": -1
},
"response": {
"status": 0,
"statusText": "",
"httpVersion": "HTTP/1.1",
"cookies": [],
"headers": [],
"content": {
"size": 0,
"mimeType": ""
},
"redirectURL": "",
"headersSize": -1,
"bodySize": -1
},
"cache": {},
"timings": {
"blocked": -1,
"dns": -1,
"connect": -1,
"send": 0,
"wait": 0,
"receive": 0,
"ssl": -1
},
"comment": "BS Select Episode Ingress"
}
]
}
}