Get all software items for all departments.

GET /data/departments/software-licenses

Responses

  • 200

    A dictionary of departments with their software items

GET /data/departments/software-licenses
curl \
 --request GET 'http://api.example.com/data/departments/software-licenses' \
 --header "Authorization: $API_KEY"