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
|`context`| string | Scope under which the request is made; determines fields present in response. Options: `view` and `edit`. Default is `view`. |
1193
-
|`page`| integer | Current page of the collection. Default is `1`. |
1194
-
|`per_page`| integer | Maximum number of items to be returned in result set. Default is `10`. |
1195
-
|`search`| string | Limit results to those matching a string. |
1196
-
|`after`| string | Limit response to resources published after a given ISO8601 compliant date. |
1197
-
|`before`| string | Limit response to resources published before a given ISO8601 compliant date. |
1198
-
|`exclude`| array | Ensure result set excludes specific IDs. |
1199
-
|`include`| array | Limit result set to specific ids. |
1200
-
|`offset`| integer | Offset the result set by a specific number of items. |
1201
-
|`order`| string | Order sort attribute ascending or descending. Options: `asc` and `desc`. Default is `desc`. |
1202
-
|`orderby`| string | Sort collection by object attribute. Options: `date`, `id`, `include`, `title` and `slug`. Default is `date`. |
1203
-
|`parent`| array | Limit result set to those of particular parent IDs. |
1204
-
|`parent_exclude`| array | Limit result set to all items except those of a particular parent ID. |
1205
-
|`status`| array | Limit result set to orders assigned a specific status. Options: `any`, `pending`, `processing`, `on-hold`, `completed`, `cancelled`, `refunded`, `failed` and `trash`. Default is `any`. |
1206
-
|`customer`| integer | Limit result set to orders assigned a specific customer. |
1207
-
|`product`| integer | Limit result set to orders assigned a specific product. |
1208
-
|`dp`| integer | Number of decimal points to use in each resource. Default is `2`. |
|`context`| string | Scope under which the request is made; determines fields present in response. Options: `view` and `edit`. Default is `view`. |
1193
+
|`page`| integer | Current page of the collection. Default is `1`. |
1194
+
|`per_page`| integer | Maximum number of items to be returned in result set. Default is `10`. |
1195
+
|`search`| string | Limit results to those matching a string. |
1196
+
|`after`| string | Limit response to resources published after a given ISO8601 compliant date. |
1197
+
|`before`| string | Limit response to resources published before a given ISO8601 compliant date. |
1198
+
|`modified_after`| string | Limit response to resources modified after a given ISO8601 compliant date. |
1199
+
|`modified_before`| string | Limit response to resources modified after a given ISO8601 compliant date. |
1200
+
|`dates_are_gmt`| boolean | Whether to consider GMT post dates when limiting response by published or modified date. |
1201
+
|`exclude`| array | Ensure result set excludes specific IDs. |
1202
+
|`include`| array | Limit result set to specific ids. |
1203
+
|`offset`| integer | Offset the result set by a specific number of items. |
1204
+
|`order`| string | Order sort attribute ascending or descending. Options: `asc` and `desc`. Default is `desc`. |
1205
+
|`orderby`| string | Sort collection by object attribute. Options: `date`, `id`, `include`, `title` and `slug`. Default is `date`. |
1206
+
|`parent`| array | Limit result set to those of particular parent IDs. |
1207
+
|`parent_exclude`| array | Limit result set to all items except those of a particular parent ID. |
1208
+
|`status`| array | Limit result set to orders assigned a specific status. Options: `any`, `pending`, `processing`, `on-hold`, `completed`, `cancelled`, `refunded`, `failed` and `trash`. Default is `any`. |
1209
+
|`customer`| integer | Limit result set to orders assigned a specific customer. |
1210
+
|`product`| integer | Limit result set to orders assigned a specific product. |
1211
+
|`dp`| integer | Number of decimal points to use in each resource. Default is `2`. |
0 commit comments