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: README.md
+15-2Lines changed: 15 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ docker compose up
52
52
53
53
The application will be served on http://127.0.0.1:8009 (I.E. typing localhost/docs in your browser will load the swagger documentation)
54
54
55
-
Full list of APIs available you can check [here](https://editor-next.swagger.io/?url=https://gist.githubusercontent.com/JoleVLF/c0d5998cda18b2d0d3a1da3a98e379aa/raw/0f159195275da4156a593d0a50e4e5b08563a02b/v23.json)
55
+
Full list of APIs available you can check [here](https://editor-next.swagger.io/?url=https://gist.githubusercontent.com/JoleVLF/c29adf44808a683149426912383c75eb/raw/7b57a845ab37954424c0ef2108962fd248c6966f/api_v4.json)
56
56
# Documentation
57
57
<h3>GET</h3>
58
58
@@ -94,6 +94,10 @@ Response is generated PDF file.
94
94
-### to_date
95
95
-**Type**: `date`
96
96
-**Description**: AOptional date filter (until which data is filtered)
97
+
98
+
-### parcel_id
99
+
-**Type**: `str`
100
+
-**Description**: Optional parcel filter.
97
101
-
98
102
## Response
99
103
@@ -121,7 +125,12 @@ Response is uuid of generated PDF file.
121
125
122
126
-### to_date
123
127
-**Type**: `date`
124
-
-**Description**: AOptional date filter (until which data is filtered). If operation_id provided not used.
128
+
-**Description**: Optional date filter (until which data is filtered). If operation_id provided not used.
129
+
130
+
-### parcel_id
131
+
-**Type**: `str`
132
+
-**Description**: Optional parcel filter (When operation id not used).
133
+
125
134
126
135
### data
127
136
-**Type**: `UploadFile`
@@ -174,6 +183,10 @@ When service is run without Gatekeeper data must be provided in .json file forma
174
183
-**Type**: `date`
175
184
-**Description**: AOptional date filter (until which data is filtered)
176
185
186
+
-### parcel_id
187
+
-**Type**: `str`
188
+
-**Description**: Optional parcel filter.
189
+
177
190
### data
178
191
-**Type**: `UploadFile`
179
192
-**Description**: API processes the data directly to generate the report if data passed. This parameter is not required and when it is, must be provided as an `UploadFile`.
0 commit comments