Changes
Page history
Fixed incorrect naming of details parameter
authored
May 03, 2019
by
Marius David Wieschollek
Hide whitespace changes
Inline
Side-by-side
Developers/Api/Folder-Api.md
View page @
fe36c56f
...
...
@@ -179,7 +179,7 @@ The show action lists the properties of a single folder.
| Argument | Type | Default | Required | Description |
| --- | --- | --- | --- | --- |
| id | string | - | yes | The id of the folder |
| detail
Level
| string | "model" | no | The detail level of the returned folder object |
| detail
s
| string | "model" | no | The detail level of the returned folder object |
#### Return value
The success status code is
`200 Ok`
...
...
@@ -197,7 +197,7 @@ The list action lists all folders of the user except those in trash and the hidd
#### Arguments
| Argument | Type | Default | Required | Description |
| --- | --- | --- | --- | --- |
| detail
Level
| string | "model" | no | The detail level of the returned folder objects |
| detail
s
| string | "model" | no | The detail level of the returned folder objects |
#### Return value
The success status code is
`200 Ok`
...
...
@@ -220,7 +220,7 @@ How the criteria array works is explained on the [object search page](./Object-S
| Argument | Type | Default | Required | Description |
| --- | --- | --- | --- | --- |
| criteria | array | [] | no | The search criteria |
| detail
Level
| string | "model" | no | The detail level of the returned folder objects |
| detail
s
| string | "model" | no | The detail level of the returned folder objects |
#### Allowed search fields
| Field | Type | Description |
...
...
...
...