Get Profile Attachment¶
Gets the requested attachment of the given profile.
Resource Information¶
This service uses the tomcat application on port 8080 by default. To see a list of default ports click here
The context for this API is /crafter-profile
, please prefix the API URLs with this context.
HTTP Verb
|
GET
|
URL
|
/api/1/profile/:id/attachment/:attachmentName |
Response Formats
|
Will change based on the mime type of the attachment requested.
|
Parameters¶
Name
|
Type
|
Required
|
Description
|
---|---|---|---|
accessTokenId
|
String
|
✓
|
The access token ID of the application
making the call
|
id
|
String
|
✓
|
The profile’s ID
|
attachmentName
|
String
|
✓
|
Name of the attachment get
|
Example¶
Request¶
GET .../api/1/profile/59284659d4c650213cc2f3fc/attachment/picture1?accessTokenId=e8f5170c-877b-416f-b70f-4b09772f8e2d
Response¶
Status 200 OK
Content-Type image/jpeg;charset=UTF-8
Content-Length 23193
Binary file content
Responses¶
Status
|
Location
|
Response Body
|
---|---|---|
200
|
See example above.
|
|
500
|
{ "message" : "Internal server error" } |