Skip to content

Commit ffed584

Browse files
committed
DOC: note internal rest endpoint
1 parent 9c383b1 commit ffed584

File tree

1 file changed

+2
-0
lines changed
  • qiita_pet/support_files/doc/source/dev

1 file changed

+2
-0
lines changed

qiita_pet/support_files/doc/source/dev/rest.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,8 @@ This is the currently internal but planned to be external (general users) API.
106106
+--------+-----------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------+
107107
|GET | ``/api/v1/study/<int>/status`` | The status of a study (whether or not the study: is public, has sample information, sample information has warnings and a list of existing preparations. |
108108
+--------+-----------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------+
109+
|GET | ``/api/v1/study/<int>/associations`` | Comprehensive information about a study, associated prep and artifact information, and file locations |
110+
+--------+-----------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------+
109111
|GET | ``/api/v1/person`` | Get list of persons. |
110112
+--------+-----------------------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------+
111113
|GET | ``/api/v1/person?name=foo&affiliation=bar`` | See if a person exists. |

0 commit comments

Comments
 (0)