Hearing Events REST Endpoints
Planning and Zoning/Hearing Events
The hearing event resource is used to view, create, or modify hearing event. Hearing events are used in the hearing process.
- Create a set of hearing events
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorHearingEvents
- Get a hearing event
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorHearingEvents/{HearingEventKey}
- Get all hearing events
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorHearingEvents
- Update a hearing event
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/publicSectorHearingEvents/{HearingEventKey}