Skip to main content

 Services

Web services from /about to /webhooks

group resources

/groups/{group}/resources [GET]

Description

Retrieves a project resource.

Parameters

NameDescriptionRequiredTypeDefault
locationThe path to the project resource to update from the Web container rootyespath

Permission

Only members who have the permission to manage the project can invoke this service.

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]"/>

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.

Created on , last edited on