Api referenceSpacesFolders
Search folders
Search spaces
Search spaces
AuthorizationBearer <token>
In: header
Path Parameters
spaceId*string
Query Parameters
next?string
prev?string
sortBy?string
sortDirection?string
Value in
- "desc"
- "asc"
query*string
parent*string
Response Body
application/json
curl -X GET "https://example.com/v2/spaces/string/folders/search?query=string&parent=string"{ "data": [ "string" ], "cursor": { "next": "string", "prev": "string", "totalItems": 0 }}