Retrieves a folder.
GET
/crm/v3/lists/folders https://api.hubapi.com
Retrieves a folder and recursively includes all folders via the childNodes attribute. The child lists field will be empty in all child nodes. Only the folder retrieved will include the child lists in that folder.
Parameters
query Query Parameters
| Name | Type |
|---|---|
folderId The Id of the folder to retrieve. | string |
Responses
200 application/json
successful operation
interface ListFolderFetchResponse {
folder:PublicListFolder ;
}
folder:
}
default */*
An error occurred.
interface Error {
category: string;
context?: { };
correlationId: string;
errors?:ErrorDetail [];
links?: { };
message: string;
subCategory?: string;
}
category: string;
context?: { };
correlationId: string;
errors?:
links?: { };
message: string;
subCategory?: string;
}