## Common [/library/sections/{sectionId}/common{?type,filters}] Represents a "Common" item. It contains only the common attributes of the items selected by the provided filter + Parameters + sectionId: 1 (number, required) - Section identifier + type: 1 (number, required) - Item type + filters (string, optional) - This fake parameter stands in for the various filter parameters ### Retrieve the common item [GET] + Request No common items in filter set (text/xml) + Response 200 (text/xml;charset=utf-8) + Body ```xml ``` + Request All filtered items are common (text/xml) + Response 200 (text/xml;charset=utf-8) + Body ```xml ``` + Response 400 (text/html) In response to missing the type parameter. + Body ```html Bad Request

400 Bad Request

``` + Response 404 (text/html) In response to a non-existant sectionId. + Body ```html Not Found

404 Not Found

```