...
Parameter | Description | Example |
---|---|---|
incident_id | ID of the report to be edited |
|
incident_title | Title of the report |
|
incident_description | Description of the report |
|
incident_date | Date of the report (in mm/dd/yyyy) format |
|
incident_hour | Hour component (in 12 hour format) of the time when the event being reported took place |
|
incident_minute | Minute component of the time the event being reported took place |
|
incident_ampm | Whether the event took place in the AM or PM |
|
latitude | Latitude component of the report location |
|
longitude | Longitude component of the report location |
|
location_name | Name of the location association where the event took place |
|
location_id | ID of the location associated with the report |
|
incident_active | Whether the report has been approved (0 - Not approved, 1 - Approved) |
|
incident_verified | Whether the report has been verified (0 - Not verified, 1 - Verified) |
|
incident_category | List of category ids (list must contain at least 1 category) | &incident_category=12,45,3 |
Optional Parameters
Parameter | Description | Example |
---|---|---|
person_first | First name of the person who submitted the report |
|
person_last | Last name of the person who submitted the report |
|
person_email | Email address of the person who submitted the report |
|
incident_photo[] | Photo(s) associated with the report | None |
incident_news | A URL to a news or other website link that is associated with the report | None |
incident_video | Optional A URL to a video related to the report | None |
...