List Folders Query Params
Class representing the query parameters for listing folders.
Constructors
Properties
(Microsoft only) When true, Nylas includes hidden folders in its response. Defaults to false.
An identifier that specifies which page of data to return. This value should be taken from the ListResponse.nextCursor response field.
Specify fields that you want Nylas to return, as a comma-separated list (for example, select=id,updated_at). This allows you to receive only the portion of object data that you're interested in. You can use select to optimize response size and reduce latency by limiting queries to only the information that you need
(Microsoft only) If true, retrieves folders from a single-level hierarchy only. If false, retrieves folders across a multi-level hierarchy. Defaults to false.
Functions
Convert the query parameters to a json-formatted map.
(Microsoft only) When true, Nylas includes hidden folders in its response. Defaults to false.
An identifier that specifies which page of data to return. This value should be taken from the ListResponse.nextCursor response field.
(Microsoft and EWS only.) Use the ID of a folder to find all child folders it contains.
Specify fields that you want Nylas to return, as a comma-separated list (for example, select=id,updated_at). This allows you to receive only the portion of object data that you're interested in. You can use select to optimize response size and reduce latency by limiting queries to only the information that you need
(Microsoft only) If true, retrieves folders from a single-level hierarchy only. If false, retrieves folders across a multi-level hierarchy. Defaults to false.
Specify fields that you want Nylas to return, as a comma-separated list (for example, select=id,updated_at). This allows you to receive only the portion of object data that you're interested in. You can use select to optimize response size and reduce latency by limiting queries to only the information that you need