/api/media/file/:id

Returns file with specified ID from BellaDati Media Gallery.

Resource Information

Request Parameters


Parameters

Detail

Example

id

ID of the image to fetch

123

Sample Request / Response

Using curl:

curl --location --request GET 'https://service.belladati.com/api/media/file/23' \
--header 'Authorization: OAuth oauth_consumer_key="myConsumer",oauth_token="8bc075ed67d",oauth_signature_method="PLAINTEXT",oauth_timestamp="1629712052",oauth_nonce="randomString",oauth_version="1.0",oauth_signature="mySignature"'

When the file with the specified ID exists, the server returns the file in response.

  • No labels