API

GET /api/v1/contributors

Return a list of contributors sorted by their title_count.

Note

This endpoint is used for rendering the Web UI.

GET /api/v1/contributors

Response

On success you will receive a message stating the new title has been created.

200 OK
Content-Type: application/json
[
    {
        "id": "",
        "display_name": "",
        "title_count": 0,
        "urn": "jamf/v1/{ID}/software",
        "url": "https://{DOMAIN}/jamf/v1/{ID}/software"
    }
]