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
| /count| GET | Count (matching) documents | *| Number | Implemented |
83
-
| /doc| POST | Add / Store Document | PDF | - | Implemented |
84
-
| /doc| GET | Get List of all (matching) documents |* *****| Array of objects with document identifiers and titles (where available) | Implemented |
85
-
| /doc/{id}| GET | Get this document | - | PDF | Implemented |
86
-
| /doc/{id} | DELETE | Deletes all metadata associated with the document. Document will not be deleted and is stays accessible over /doc/{id}. | - | - | Implemented |
87
-
| /doc/{id}/comment| POST | Add comment to document | - | - | - |
88
-
| /doc/{id}/comment| GET | Get comments | - | - | - |
89
-
| /doc/{id}/tag| POST | Add a tag to document | See above | - | Implemented |
90
-
| /doc/{id}/tag| GET | Get tags of document | - |See above| Implemented |
91
-
| /doc/{id}/tag/{tagName}| DELETE | Remove tag from document | - | - | - |
92
-
| /doc/{id}/title| PUT | Set document title |`{"title": "the_Title"}`| - | Implemented |
93
-
| /doc/{id}/title| GET | Get document title | - |`{"title": "the_Title"}`| Implemented |
|`/count`| GET | Count (matching) documents | <sup>[1](#f1)</sup> <sup>[3](#f3)</sup>| Number | Implemented |
83
+
|`/doc`| POST | Add / Store Document| PDF | - | Implemented |
84
+
|`/doc`| GET | Get List of all (matching) documents |<sup>[1](#f1)</sup> <sup>[2](#f2)</sup> <sup>[3](#f3)</sup>| Array of objects with document identifiers and titles (where available) | Implemented |
85
+
|`/doc/{id}`| GET | Get this document| - | PDF | Implemented |
86
+
|`/doc/{id}`| DELETE | Deletes all metadata associated with the document. Document will not be deleted and is stays accessible over /doc/{id}. | - | - | Implemented |
87
+
|`/doc/{id}/comment`| POST | Add comment to document| - | - | - |
88
+
|`/doc/{id}/comment`| GET | Get comments| - | - | - |
89
+
|`/doc/{id}/tag`| POST | Add a tag to document | Tag object / See above | - | Implemented |
90
+
|`/doc/{id}/tag`| GET | Get tags of document | - |Array of tag objects| Implemented |
91
+
|`/doc/{id}/tag/{tagLabel}`| DELETE | Remove tag from document| - | - | - |
92
+
|`/doc/{id}/title`| PUT | Set document title|`{"title": "the_Title"}`| - | Implemented |
93
+
|`/doc/{id}/title`| GET | Get document title| - |`{"title": "the_Title"}`| Implemented |
|`/doc/{id}/meta`| GET | Get title and tags| - | - | - |
96
+
|`/tag`| POST | Create new tag| See above | - | Implemented |
97
+
|`/tag`| GET | Get (list of) all tags| - | - | Implemented |
98
+
|`/tag/{tagLabel}`| GET | Get Documents with this tag |<sup>[1](#f1)</sup> <sup>[2](#f2)</sup> | Array of objects with document identifiers and titles (where available) | Implemented, same as `/doc?tag={tagLabel}`|
0 commit comments