Get Folder
Retrieves the folder based on the provided identifier. The following query params are supported
- complete -
When
completequery param is true, detailed response of the resource is returned else minimal response will be returned by default. - status -
When
statusquery param is provided withactiveresource that is active would be returned else if provided withdeletedstate resource that is soft deleted would be returned. Hard deleted folder cannot be retrieved.
Prerequisites
Section titled “Prerequisites”- A folder should be created. To know more about creating a folder refer here
Request
Section titled “Request”GET {baseUrl}/spaces/{spaceId}/folders/{folderId}-
HEADER:
- Authorization:
Bearer {tid token}
- Authorization:
Response
Section titled “Response”To know more about the Get folder API refer here. For Get folder by path refer here.