Publicly available synchronizable resources (custom_resources)
Table of Contents
Requests
HTTP verb | Endpoint | Description |
---|---|---|
|
|
Obtaining a resource
-
The file must be previously placed in the directory :SYNC_COMMON/custom_resources/<file_path>.
-
Attempting to specify
../
in <file_path> will return the response 404 Not found.
Request
Request example
GET /rest/v1/public/custom_resources/folder1/folder2/resource.json HTTP/1.1
$ curl -X GET \
http://192.168.0.35/rest/v1/public/custom_resources/folder1/folder2/resource.json