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

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "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"
        },
        {
            "id": 2,
            "display": "Nicholas Fury",
            "name": "Nicholas Fury",
            "title": "Commander",
            "phone": "",
            "email": "fury@shield.com",
            "address": "",
            "description": "",
            "comments": "",
            "tags": [],
            "created": "2022-03-04T22:27:11.891000Z",
            "updated": "2022-03-04T22:27:11.891000Z"
        },
        {
            "id": 1,
            "display": "Tony Stark",
            "name": "Tony Stark",
            "title": "CEO",
            "phone": "",
            "email": "tony@stark.com",
            "address": "",
            "description": "",
            "comments": "",
            "tags": [],
            "created": "2022-03-04T22:25:51.965000Z",
            "updated": "2022-03-04T22:25:51.965000Z"
        }
    ]
}