GET /api/messaging/contact-assignments/3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 3,
    "url": "https://demo.peering-manager.net/api/messaging/contact-assignments/3/?format=api",
    "display": "Tony Stark",
    "content_type": "peering.autonomoussystem",
    "object_id": 5,
    "object": {
        "id": 5,
        "url": "https://demo.peering-manager.net/api/messaging/contacts/5/?format=api",
        "display": "AS64498 - Stark Industries",
        "name": "Stark Industries"
    },
    "contact": {
        "id": 1,
        "url": "https://demo.peering-manager.net/api/messaging/contacts/1/?format=api",
        "display": "Tony Stark",
        "name": "Tony Stark"
    },
    "role": {
        "id": 3,
        "url": "https://demo.peering-manager.net/api/messaging/contact-roles/3/?format=api",
        "display": "Technical",
        "name": "Technical",
        "slug": "technical"
    },
    "created": "2022-03-04T22:28:30.729000Z",
    "updated": "2022-03-04T22:28:30.729000Z"
}