group resources
/groups/{group}/resources [GET]
| API Support | Available since | Last updated | Output |
|---|---|---|---|
Description
Retrieves a project resource.
Parameters
| Name | Description | Required | Type | Default |
|---|---|---|---|---|
| location | The path to the project resource to update from the Web container root | yes | path |
Permission
Must have the role of manager or higher in the project.
Response
If the location corresponds to a file, this service returns the following:
<file name="[name]"
path="[path]"
type="file"
media-type="[media type]"
modified="[last modified date and time]"
length="[length in bytes]"
text="[true|false]"
editable="[true|false]">
<!-- File content if text="true" -->
</file>If the location corresponds to a folder, this service returns the following:
<file name="[name]" path="[path]" type="folder"> <-- All files and subfolders as a tree --> ... </file>
Error Handling
No specific errors expected for this service.