InfraDevicesAttachments
List attachments for a device
AuthorizationBearer <token>
Bearer is only available for WebApp. Please use API tokens for programmatic access.
In: header
Path Parameters
device_id*Device Id
Query Parameters
limit?Limit
Range
1 <= valueDefault
100offset?Offset
Range
0 <= valueDefault
0Response Body
application/json
curl -X GET "https://example.com/v3/infra/devices/0/attachments"{ "results": [ { "assignment_id": 0, "id": 0, "name": "string", "description": "string", "file_url": "string", "size": 0, "created": "string", "last_updated": "string" } ], "count": 0}How is this guide?
Last updated on