############ Datasets api ############ .. http:get:: ^/visible/?$ Return the list of visible datasets. .. http:get:: ^/pedigree/(?P.+)/(?P[^/]+)/?$ Return response for a pedigree get request for pedigree column. .. http:get:: ^/federation/?$ Provide available datasets and their configurations. .. http:get:: ^/description/(?P[^/]+)/?$ Collect a dataset's description. .. http:post:: ^/description/(?P[^/]+)/?$ Overwrite a dataset's description. .. http:get:: ^/hierarchy/(?P[^/]+)/?$ Return the hierarchy of one dataset in the instance. .. http:get:: ^/hierarchy/?$ Return the hierarchy of one dataset in the instance. .. http:get:: ^/permissions/?$ Return dataset permissions details. .. http:get:: ^/permissions/(?P.+)/?$ Return dataset permission details. .. http:get:: ^/(?P[^/]+)/?$ Return response to a get request for a dataset or all datasets. .. http:get:: ^/?$ Return response to a get request for a dataset or all datasets.