GET /api/extras/image-attachments/20/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 20,
    "url": "https://netbox.bayareabackbone.com/api/extras/image-attachments/20/?format=api",
    "display": "Rack",
    "object_type": "dcim.rack",
    "object_id": 4,
    "parent": {
        "id": 4,
        "url": "https://netbox.bayareabackbone.com/api/dcim/racks/4/?format=api",
        "display": "ALLISON.0",
        "name": "ALLISON.0",
        "description": ""
    },
    "name": "Rack",
    "image": "https://netbox.bayareabackbone.com/media/image-attachments/rack_4_Rack.jpg",
    "description": "",
    "image_height": 4284,
    "image_width": 5712,
    "created": "2024-12-09T16:46:19.137468Z",
    "last_updated": "2024-12-09T16:46:19.137495Z"
}