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

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.

Created on , last edited on