1. Events
U.S. EPA Enforcement and Compliance History Online (ECHO) - Clean Water Act (CWA) Rest Services
  • Facility Information
    • Clean Water Act (CWA) Download Data Service
      GET
    • Clean Water Act (CWA) Download Data Service
      POST
    • Clean Water Act (CWA) Facility Search Service
      GET
    • Clean Water Act (CWA) Facility Search Service
      POST
    • Clean Water Act (CWA) Facility Enhanced Search Service
      GET
    • Clean Water Act (CWA) Facility Enhanced Search Service
      POST
    • Clean Water Act (CWA) GeoJSON Service
      GET
    • Clean Water Act (CWA) GeoJSON Service
      POST
    • Clean Water Act (CWA) Info Clusters Service
      GET
    • Clean Water Act (CWA) Info Clusters Service
      POST
    • Clean Water Act (CWA) Map Service
      GET
    • Clean Water Act (CWA) Map Service
      POST
    • Clean Water Act (CWA) Paginated Results Service
      GET
    • Clean Water Act (CWA) Paginated Results Service
      POST
  • Story
    • Story: Get List of User Stories
      GET
    • Story: Upload
      POST
    • Story: Upload a File
      POST
    • Story: Upload a File (base64)
      POST
    • Story: Delete by Id
      DELETE
    • Story: Get by Id
      GET
    • Story: Modify
      PUT
    • Story: View Analytics
      GET
    • Story: Upload a File To Existing Story
      POST
    • Story: Delete Subdocument
      DELETE
    • Story: Download Updated File
      GET
    • Story: Get Story Outline
      GET
    • Story: Post Story Outline
      POST
    • Story: Public Link to Story Reveal.js Document
      GET
    • Story: Get Story at Reveal.js Document
      GET
    • Story: Get Story Status
      GET
  • Metadata
    • Clean Water Act (CWA) Metadata Service
    • Clean Water Act (CWA) Metadata Service
  • Cache
    • Cache: Store Subdocument
    • Cache: Get Subdocument
  • Lookups
    • ECHO BP Tribes Lookup Service
    • ECHO BP Tribes Lookup Service
    • ECHO CWA Parameter Lookup Service
    • ECHO CWA Parameter Lookup Service
    • ECHO CWA Pollutants Lookup Service
    • ECHO CWA Pollutants Lookup Service
    • ECHO Federal Agency Lookup Service
    • ECHO Federal Agency Lookup Service
    • ECHO ICIS NPDES Inspection Types Lookup Service
    • ECHO ICIS NPDES Inspection Types Lookup Service
    • ECHO ICIS NPDES Law Sections Lookup Service
    • ECHO ICIS NPDES Law Sections Lookup Service
    • ECHO NAICS Codes Lookup Service
    • ECHO NAICS Codes Lookup Service
    • ECHO NPDES Parameters Lookup Service
    • ECHO NPDES Parameters Lookup Service
    • ECHO WBD Code Lookup Service
    • ECHO WBD Code Lookup Service
    • ECHO WBD Name Lookup Service
    • ECHO WBD Name Lookup Service
  • Restricted
    • Collborators: Bulk Update (Admin Only)
  • Schemas
    • Story Outline Schema
  • Permissions
    • Permissions: List Permission Types
    • Permissions: Story Authorization for a User
  • Sessions
    • Sessions: Delete by Id
    • Sessions: Get
    • Sessions: List Story Sessions
    • Sessions: Create a Session
  • Views
    • Views: List Session Views
    • Views: Create A Session View
    • Views: Delete by Id
    • Views: Get View
  • Story Collaborators
    • Story Collaborators: List
    • Story Collaborators: Add New User
    • Story Collaborators: Edit Inactive User Permission
    • Story Collaborators: Remove User
    • Story Collaborators: Access Permissions
    • Story Collaborators: Edit Access Rights
  • Events
    • Events: List Events
      GET
    • Events: Manage Events
      POST
  • Conversation
    • Conversation: List Conversation Messages
    • Conversation: Send a Message
  • Environment: Get
    GET
  • Specification: No tags
    GET
  • Schemas
    • Schemas
      • cwa01
      • Collaborator permission data
      • cwa02
      • BaseModel
      • cwa03
      • Cache Post Request body
      • cwa04
      • Collaborator data to change
      • cwa05
      • session-create
      • cwa06
      • Event
      • cwa07
      • File Upload
      • cwa08
      • Event Actions
      • cwa09
      • Message
      • cwa10
      • Collaborator permission data
      • cwa11
      • Ooxml Document
      • cwa12
      • Story Outline
      • cwa13
      • Permission Type
      • geo
      • Problem Detail
      • meta1
      • Session
      • meta3
      • Status
      • qp0
      • Story
      • rlup01
      • Story Collaborator
      • rlup20
      • Story Outline History
      • rlup23
      • View
      • rlup24
      • rlup54
      • rlup58
      • rlup59
      • rlup61
      • rlup65
      • rlup75
      • rlup77
    • Response
      • accepted
      • badrequest
      • forbidden
      • notfound
      • outline
      • unauthorized
      • unprocessable_entity
      • unsupported_media_type
  1. Events

Events: List Events

GET
/{id}/events
Get a list of Events available to users of this story

Request

Path Params

Responses

🟢200An Array of events
application/json
Body

🟠401401
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://echodata.epa.gov/echo//events'
Response Response Example
200 - Example 1
[
    {
        "created_at": "2019-08-24T14:15:22.123Z",
        "created_by": "ee824cad-d7a6-4f48-87dc-e8461a9201c4",
        "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
        "updated_at": "2019-08-24T14:15:22.123Z",
        "updated_by": "deea00dc-b6b6-4412-a483-26ac61e1f6fe",
        "attributes": "string",
        "chat_prompt": "string",
        "conversation_id": "string",
        "dom_selectors": "string",
        "is_chat_hidden": true,
        "is_notify_enabled": true,
        "name": "string"
    }
]
Modified at 2022-09-11 18:31:55
Previous
Story Collaborators: Edit Access Rights
Next
Events: Manage Events
Built with