Retrieve attachments for the backlog workitem with ID
GET
/api/assets
The GET /api/assets?artifactId=1087&usedAt=epic endpoint retrieves all attachments associated with the epic identified by the ID 1087.
Request
Query Params
Header Params
Request Code Samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET 'https://api.shorterloop.com/api/assets?artifactId=1087&usedAt=epic' \
--header'Authorization;' \
--header'initiativeId;'
Responses
🟢200Success
application/json
Body
Example
{"success":true,"data":[{"id":3242,"path":"1346/1116/16802/Screenshot 2024-06-29 at 2.10.49â¯AM.png","size":"0.00","sizeType":"kb","userId":17355,"subscriptionId":1346,"initiativeId":1116,"usedAt":"epic","description":null,"name":"Screenshot 2024-06-29 at 2.10.49â¯AM.png","artifactId":1087,"status":"active","createdAt":"2024-07-11T11:55:31.000Z","updatedAt":"2024-07-11T11:55:31.000Z"}]}