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
| Standard | The standard set of fields returned when requesting a resource for its own endpoints, for example when requesting a file through the [`GET /files/:id`](endpoint://get_files_id) endpoint |
21
-
| Full | The full set of fields that can be returned through a resource's own endpoints by using the `field` query parameter |
22
-
| Mini | A subset of fields that is returned when a resource is returned as a nested part of another resource, for example when a file is returned when requesting all items in a folder through the [`GET /folders/:id/items`](endpoint://get_folders_id_items) endpoint |
23
-
24
-
The API reference documentation has each of these variations labeled in more
25
-
detail. Most notably, the file, folder, web link, and user items have full and
26
-
mini variations.
27
-
28
-
## Using the field query parameter
18
+
## Use the `fields` query parameter
29
19
30
20
To request a specific field for a resource that is not returned by default in
31
-
the standard response, append the `field` query parameter to your request. The
21
+
the standard response, append the `fields` query parameter to your request. The
32
22
value of this parameter is a comma separated list of field names.
0 commit comments