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

{
    "id": 3,
    "display": "NOC",
    "name": "NOC",
    "title": "Network Organisation Contact",
    "phone": "",
    "email": "noc@shield.com",
    "address": "",
    "description": "",
    "comments": "",
    "tags": [],
    "created": "2022-03-05T09:56:29.397000Z",
    "updated": "2022-03-05T09:56:29.397000Z"
}