Detail for specified facet term

`facet_id`: "topics", "facility", "format", "genre", or "rights".
`term_id`: A term ID from one of the following lists:

- http://partner.densho.org/vocab/api/0.2/topics.json
- http://partner.densho.org/vocab/api/0.2/facility.json
- http://partner.densho.org/vocab/api/0.2/format.json
- http://partner.densho.org/vocab/api/0.2/genre.json
- http://partner.densho.org/vocab/api/0.2/rights.json

GET /api/0.2/facet/rightsstatements/cne/?format=api
HTTP 200 OK
Allow: GET, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "rightsstatements-cne",
    "model": "ddrfacetterm",
    "facet": "rightsstatements",
    "term_id": "cne",
    "links": {
        "json": "https://ddr.densho.org/api/0.2/facet/rightsstatements/cne/?format=api",
        "html": "https://ddr.densho.org/browse/rightsstatements/cne/?format=api",
        "objects": "https://ddr.densho.org/api/0.2/facet/rightsstatements/cne/objects/?format=api"
    },
    "title": "Copyright Not Evaluated",
    "description": "This Rights Statement should be used for Items for which the copyright status is unknown and for which the organization that intends to make the Item available has not undertaken an effort to determine the copyright status of the underlying Work."
}