/v1/attachments/{objectKey}
GET
/v1/attachments/{objectKey}
const url = 'https://api.ornek.com/v1/attachments/example';const options = {method: 'GET'};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request GET \ --url https://api.ornek.com/v1/attachments/exampleParameters
Bölüm başlığı “Parameters”Path Parameters
Bölüm başlığı “Path Parameters”objectKey
required
string
Responses
Bölüm başlığı “Responses”OK
Not Found
object
type
string
title
string
status
detail
string
instance
string
object
type
string
title
string
status
detail
string
instance
string
Examplegenerated
{ "type": "example", "title": "example", "status": "example", "detail": "example", "instance": "example"}object
type
string
title
string
status
detail
string
instance
string
Examplegenerated
{ "type": "example", "title": "example", "status": "example", "detail": "example", "instance": "example"}