/api/utils/file/:path

This method returns file from filesystem by given absolute path.

File system access must be allowed in domain settings.

Resource Information

Resource URL

https://service.belladati.com/api/utils/file/:path

HTTP Method

GET

Request Parameters

Parameters

Detail

Example

path

Absolute path of requested file.

C:\path\to\file.PDF

Sample request

curl -H "Authorization: OAuth realm=\"https://service.belladati.com/\", oauth_consumer_key=\"myConsumer\", oauth_token=\"mh7an9dkrg59\", oauth_timestamp=\"135131231\", oauth_nonce=\"randomString\"" https://service.belladati.com/api/utils/file/C:\path\to\file.PDF

Next steps