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
+28-4Lines changed: 28 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1573,13 +1573,13 @@ paths:
1573
1573
description: the date/time that the dataset was last modified
1574
1574
dataset_modified_by_email:
1575
1575
type: string
1576
-
description: the email address of the person who last modified the dataset
1576
+
description: the email address of the person who last modified the dataset
1577
1577
dataset_lab_id:
1578
1578
type: string
1579
-
description: identifier used by the data provider
1579
+
description: identifier used by the data provider
1580
1580
dataset_data_types:
1581
1581
type: string
1582
-
description:the data/assay types (can be multiple types for pipeline derived data, so a comma separated list for tsv output or a json array for json output)
1582
+
description:the data/assay types (can be multiple types for pipeline derived data, so a comma separated list for tsv output or a json array for json output)
1583
1583
dataset_portl_url:
1584
1584
type: string
1585
1585
description: the url to open the dataset in the data portal
@@ -1850,5 +1850,29 @@ paths:
1850
1850
description: THe user is not authorized to use this method
1851
1851
'500':
1852
1852
description: Internal error
1853
+
/datasets/sankey_data:
1854
+
get:
1855
+
summary: Retrieves the information needed to generate the sankey on software-docs as a json.
1856
+
responses:
1857
+
'200':
1858
+
description: dataset_group_name, organ_type, dataset_data_types, and dataset_status for every primary dataset
1859
+
content:
1860
+
application/json:
1861
+
schema:
1862
+
type: object
1863
+
properties:
1864
+
dataset_group_name:
1865
+
type: string
1866
+
description: The displayname of globus group which the user who created this entity is a member of
1867
+
organ_type:
1868
+
type: string
1869
+
description: The organ type of the organ associated to this dataset in the provenance chain
1870
+
dataset_data_types:
1871
+
type: string
1872
+
description: the data/assay types (if more than one, output is a comma separated string)
1873
+
dataset_status:
1874
+
type: string
1875
+
description: status of the dataset New, QA, Published, etc ...
0 commit comments