Retrieves the URL of an attachment attribute value from a profile​
Retrieves the URL of an attachment attribute value from a profile
Path Parameters
- id uuid required
ID of the object to retrieve or update
Example: db6f8e8b-65c2-47d5-a0db-90bcc4e9df9e - attribute_id uuid required
The id of the attachment attribute
Example: db6f8e8b-65c2-47d5-a0db-90bcc4e9df9e
Responses
- 200
- 400
- 500
Expected response to a valid request
- application/json
- Schema
- Example (from schema)
Schema
- url url
The url
{
"url": "http://www.example.com"
}
Bad Request - unable to complete.
- application/json
- Schema
- Example (from schema)
Schema
- MOD1
- MOD2
- error
- error
- errors
oneOf
{
"error": "Invalid JSON syntax. Please check your syntax and try again."
}
Internal Server Error - returned on unhandled exceptions.
- application/json
- Schema
- Example (from schema)
Schema
- error
A message describing the error
{
"error": "Sorry something went wrong"
}
Loading...