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
|**1.0**| Notes 3.3 (May 2020) | Separate title, no auto rename based on content |
11
+
|**1.1**| Notes 3.4 (May 2020) | Filter "Get all notes" by category |
11
12
12
13
13
14
@@ -41,11 +42,12 @@ All defined routes in the specification are appended to this url. To access all
41
42
<details><summary>Details</summary>
42
43
43
44
#### Request parameters
44
-
| Parameter | Type | Description |
45
-
|:------|:-----|:-----|
46
-
|`exclude`| string, optional | Fields which should be excluded from response, seperated with a comma e.g.: `?exclude=content,title`. You can use this in order to reduce transferred data size if you are interested in specific attributes, only. |
47
-
|`purgeBefore`| integer, optional | All notes without change before of this Unix timestamp are purged from the response, i.e. only the attribute `id` is included. You should use the Unix timestamp value from the last request's HTTP response header `Last-Modified` in order to reduce transferred data size. |
48
-
|`If-None-Match`| HTTP header, optional | Use this in order to reduce transferred data size (see [HTTP ETag](https://en.wikipedia.org/wiki/HTTP_ETag)). You should use the value from the last request's HTTP response header `ETag`. |
45
+
| Parameter | Type | Description | since API version |
46
+
|:------|:-----|:-----|:-----|
47
+
|`category`| string, optional | Filter the result by category name, e.g. `?category=recipes`. Notes with another category are not included in the result. *Compatibility note:* in API v1.0, this parameter is ignored; i.e., the result contains all notes regardless of this parameter. | 1.1 |
48
+
|`exclude`| string, optional | Fields which should be excluded from response, seperated with a comma e.g.: `?exclude=content,title`. You can use this in order to reduce transferred data size if you are interested in specific attributes, only. | 1.0 |
49
+
|`purgeBefore`| integer, optional | All notes without change before of this Unix timestamp are purged from the response, i.e. only the attribute `id` is included. You should use the Unix timestamp value from the last request's HTTP response header `Last-Modified` in order to reduce transferred data size. | 1.0 |
50
+
|`If-None-Match`| HTTP header, optional | Use this in order to reduce transferred data size (see [HTTP ETag](https://en.wikipedia.org/wiki/HTTP_ETag)). You should use the value from the last request's HTTP response header `ETag`. | 1.0 |
0 commit comments