List Folders Query Params
Class representing the query parameters for listing messages.
Constructors
Properties
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
Functions
Convert the query parameters to a json-formatted map.
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
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