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: entity-api-spec.yaml
-126Lines changed: 0 additions & 126 deletions
Original file line number
Diff line number
Diff line change
@@ -2824,93 +2824,6 @@ paths:
2824
2824
description: The target dataset could not be found
2825
2825
'500':
2826
2826
description: Internal error
2827
-
'/datasets/prov-info':
2828
-
get:
2829
-
summary: 'returns ALL provenance information for ALL datasets in a default table/tsv format or optionally a json format when an optional ?format=json parameter is provided'
2830
-
parameters:
2831
-
- name: format
2832
-
in: query
2833
-
description: "A case insensitive string. Any value besides 'json' will have no effect. If the string is 'json', provenance info will be returned as a json. Otherwise, it will be returned as a tsv file"
2834
-
required: false
2835
-
schema:
2836
-
type: string
2837
-
enum: ['json', 'tsv']
2838
-
- name: group_uuid
2839
-
in: query
2840
-
description: The uuid of the group
2841
-
required: false
2842
-
schema:
2843
-
type: string
2844
-
- name: has_rui_info
2845
-
in: query
2846
-
description: A case insensitive string. Any value besides true or false will cause a 400 exception.
2847
-
required: false
2848
-
schema:
2849
-
type: string
2850
-
enum: ['true', 'false']
2851
-
- name: organ
2852
-
in: query
2853
-
description: Case insensitive string for 2 character organ code. Values must be present on organ yaml or a 400 exception is raised
2854
-
required: false
2855
-
schema:
2856
-
type: string
2857
-
- name: dataset_status
2858
-
in: query
2859
-
description: Case insensitive string indicating the current status of a dataset
2860
-
required: false
2861
-
schema:
2862
-
type: string
2863
-
enum: ['QA', 'New', 'Published']
2864
-
responses:
2865
-
'200':
2866
-
description: all provenance information for every dataset in the database either as a json list or as a tsv file to be downloaded
description: The user's token has expired or the user did not supply a valid token
2910
-
'403':
2911
-
description: THe user is not authorized to use this method
2912
-
'500':
2913
-
description: Internal error
2914
2827
'/datasets/{id}/prov-info':
2915
2828
get:
2916
2829
summary: 'returns aLL provenance information for a single dataset in a default table/tsv format or optionally a json format when an optional ?format=json parameter is provided'
@@ -3051,45 +2964,6 @@ paths:
3051
2964
- 'abcd1234-ef56-gh78-ij90-klmnop123456'
3052
2965
'500':
3053
2966
description: Internal error
3054
-
'/samples/prov-info':
3055
-
get:
3056
-
summary: 'returns all provenance information for a each sample in a json format'
3057
-
parameters:
3058
-
- name: group_uuid
3059
-
in: query
3060
-
description: The uuid of the group
3061
-
required: false
3062
-
schema:
3063
-
type: string
3064
-
responses:
3065
-
'200':
3066
-
description: all provenance information for the every sample given as a json list
0 commit comments