| Attribute |
|---|
| id Integer ID of the folder. |
| name String Name of the folder. |
| ownerId Integer ID of the user that owns the folder. |
| parentFolderId Integer ID of the parent folder if the folder is a subfolder. Will be NULL if no parent folder exists. |
| childFoldersUri URI URI for all folders that exist within the folder. |
| childProjectsUri URI URI for all projects that exist within the folder. |
{
"id": 266781610,
"name": "Fall Campaign",
"ownerId": 116622339,
"parentFolderId": 266781603,
"childFoldersUri": "https://api.app.marq.com/v1/users/116622339/folders/266781610/folders",
"childProjectsUri": "https://api.app.marq.com/v1/users/116622339/folders/266781610/projects"
}
