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

{
    "count": 4,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 5,
            "display": "Abuse",
            "name": "Abuse",
            "slug": "abuse",
            "description": "",
            "tags": [],
            "created": "2022-03-04T22:19:56.991000Z",
            "updated": "2022-03-04T22:19:56.991000Z"
        },
        {
            "id": 2,
            "display": "Peering",
            "name": "Peering",
            "slug": "peering",
            "description": "Peering Request",
            "tags": [],
            "created": "2022-03-04T22:19:31.272000Z",
            "updated": "2022-03-04T22:19:31.273000Z"
        },
        {
            "id": 4,
            "display": "Sales",
            "name": "Sales",
            "slug": "sales",
            "description": "",
            "tags": [],
            "created": "2022-03-04T22:19:47.941000Z",
            "updated": "2022-03-04T22:19:47.941000Z"
        },
        {
            "id": 3,
            "display": "Technical",
            "name": "Technical",
            "slug": "technical",
            "description": "",
            "tags": [],
            "created": "2022-03-04T22:19:44.324000Z",
            "updated": "2022-03-04T22:19:44.324000Z"
        }
    ]
}