Repository Resource
Overview
Retrieves the repository files through various methods. Allows you to execute repository content.
Overview
The RepositoryResource service retrieves the repository files through various methods. Allows you to execute repository content.
The following resource is applicable:
/repos/{pathId }/default
GET
Takes a pathId to a file and generates a URI that represents the URL to call to generate content from that file.
Example Request:
GET pentaho-di/api/repos/public:steel%20wheels:Invoice%20(report).prpt/default
Parameters
name | description | type |
---|---|---|
pathId | (no documentation provided) | path |
Response Body
element: | (custom) |
media types: | */* application/xml application/octet-stream |
URI that represents a forwarding URL to execute to generate content from the file {pathId}.
Example Response:
This response does not contain data.
Status Codes
code | description |
---|---|
303 | Successfully get the resource. |
404 | Failed to find the resource. |