Skip to content
Snippets Groups Projects
Commit 851b0503 authored by Sabine Schröder's avatar Sabine Schröder
Browse files

Update pages

parent ebe8095b
No related branches found
No related tags found
No related merge requests found
Pipeline #57723 passed
......@@ -26,6 +26,7 @@
| Name | Type | Description | Required |
| ---- | ---- | ----------- | -------- |
| id | integer | | Yes |
| person | [Person](#person) | | Yes |
| organisation | [Organisation](#organisation) | | Yes |
......@@ -293,6 +294,7 @@
| id | integer | | Yes |
| role | string | | Yes |
| status | string | | Yes |
| contact_id | integer | | Yes |
| contact | [Contact](#contact) | | Yes |
#### StationmetaRolePatch
......@@ -372,11 +374,9 @@
| date_added | dateTime | | No |
| date_modified | dateTime | | No |
| additional_metadata | string (json-string) | | No |
| roles | [ [TimeseriesRole](#timeseriesrole) ] | | No |
| annotations | [ [TimeseriesAnnotation](#timeseriesannotation) ] | | No |
| variable | [Variable](#variable) | | No |
| station | [StationmetaCoreBase](#stationmetacorebase) | | No |
| programme | [TimeseriesProgramme](#timeseriesprogramme) | | No |
| station_id | integer | | No |
| variable_id | integer | | No |
| programme_id | integer | | No |
#### TimeseriesProgramme
......@@ -861,6 +861,46 @@ Get All Contacts
| 200 | Successful Response |
| 422 | Validation Error |
### /contacts/id/{contact_id}
#### GET
##### Summary:
Get All Contacts
##### Parameters
| Name | Located in | Description | Required | Schema |
| ---- | ---------- | ----------- | -------- | ---- |
| contact_id | path | | Yes | integer |
##### Responses
| Code | Description |
| ---- | ----------- |
| 200 | Successful Response |
| 422 | Validation Error |
### /contacts/orga_name/{name}
#### GET
##### Summary:
Get All Contacts
##### Parameters
| Name | Located in | Description | Required | Schema |
| ---- | ---------- | ----------- | -------- | ---- |
| name | path | | Yes | string |
##### Responses
| Code | Description |
| ---- | ----------- |
| 200 | Successful Response |
| 422 | Validation Error |
### /stationmeta_core/
#### GET
......@@ -1063,6 +1103,29 @@ Patch Timeseries
| 200 | Successful Response |
| 422 | Validation Error |
### /timeseries/unique/
#### GET
##### Summary:
Get Timeseries
##### Parameters
| Name | Located in | Description | Required | Schema |
| ---- | ---------- | ----------- | -------- | ---- |
| station_id | query | | Yes | integer |
| variable_id | query | | Yes | integer |
| resource_provider | query | | Yes | string |
| label | query | | No | string |
##### Responses
| Code | Description |
| ---- | ----------- |
| 200 | Successful Response |
| 422 | Validation Error |
### /timeseries_changelog/{timeseries_id}
#### GET
......@@ -1156,6 +1219,7 @@ Get Data
| Name | Located in | Description | Required | Schema |
| ---- | ---------- | ----------- | -------- | ---- |
| timeseries_id | path | | Yes | integer |
| format | query | | No | string |
##### Responses
......@@ -1164,3 +1228,5 @@ Get Data
| 200 | Successful Response |
| 422 | Validation Error |
### /data/record/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment