Get attachment
Get attachment
Path Parameters
- attachmentId uuid required
attachment id
Responses
- 200
successful operation
- application/json
- Schema
- Example (from schema)
Schema
- created date-time
- description string
- filename string
- group string
- resource_uri string
- user string
resource_uri for user
- uuid uuid
id for attachment object
{
"created": "2020-05-20T:15:10",
"description": "Attachment for supplier contract",
"filename": "attach1.pdf",
"resource_uri": "/api/v1/attachment/f0f0f0f0-f0f0-f0f0-f0f0-f0f0f0f0f0f0/",
"uuid": "f0f0f0f0-f0f0-f0f0-f0f0-f0f0f0f0f0f0"
}
Loading...