Artwork by Department

TODO: example endpoint

The artwork by department summary REST API endpoint provides stats about how many artworks are associated with each department.

GET /api/summary/departmentartworkcount

TO DO.

Example request:

GET /api/summary/departmentartworkcount HTTP/1.1
Host: example.com
Accept: application/json, text/javascript

Example response:

  HTTP/1.1 200 OK
  Content-Type: text/javascript

{
}
Status Codes:

Back to API documentation index