API Docs
Get User Attachment
Contents
This API returns a users attachment.
Resource URL
GET /almaws/v1/users/{user_id}/attachments/{attachment_id}
API Description
URL Parameters
Parameter | Type | Description |
---|---|---|
user_id | xs:string | A unique identifier for the user. |
attachment_id | xs:string | The Attachment id. |
Querystring Parameters
Parameter | Type | Required | Description |
---|---|---|---|
user_id_type | xs:string | Optional. Default: all_unique | The type of identifier that is being searched. Optional. If this is not provided, all unique identifier types are used. The values that can be used are any of the values in the User Identifier Type code table. |
expand | xs:string | Optional. | The expand parameter. Optional. Possible values: 'content' or 'content_no_encoding'. |
Body Parameters
None
Output
This method returns a Attachment
object. See doc
Possible Error Codes
Code | Message |
---|---|
60100 | The parameter X must be a number greater than zero. |
60321 | Attachment X not found. |
60322 | Attachment content could not be processed. |