API endpoint that allows groups to be viewed or edited.

GET /files/documents/?document_group_code=HELP_DOCS&format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

[
    {
        "name": "Amanzi Public Webpage Instructions.pdf",
        "description": "For more detailed instructions on navigation and options available within the Real-Time data page please see the following document.",
        "file": "http://nhdes.rtiamanzi.org/media/Amanzi_Public_Webpage_Instructions_CNO9Qyj.pdf"
    },
    {
        "name": "Public API Data Access.pdf",
        "description": "For instructions on how to access the NHDES Amanzi web API refer to the following document:",
        "file": "http://nhdes.rtiamanzi.org/media/Public_Data_Access.pdf"
    }
]