| 12 | | == Standard Methods == |
| 13 | | |
| 14 | | - interactive create, read, update and delete (CRUD) including list views |
| 15 | | - non-interactive data export/import |
| 16 | | |
| 17 | | * see [wiki:S3XRC/RESTfulAPI/Methods RESTful Methods] |
| 18 | | |
| 19 | | == Main Resources == |
| 20 | | |
| 21 | | ||'''Application'''||'''Prefix'''||'''Resource'''||'''Resource Name'''||'''URL'''||'''Formats'''|| |
| 22 | | ||Person Registry||pr||Persons||person||/pr/person||XML, JSON, PFIF, RSS, XLS, PDF|| |
| 23 | | ||Person Registry||pr||Groups||group||/pr/group||XML, JSON, RSS, XLS, PDF|| |
| 24 | | ||Map||gis||Locations||location||/gis/location||XML, JSON, GeoRSS, KML, GPX, RSS, XLS, PDF|| |
| 25 | | ||Organization Registry||org||Organisations||organisation||/org/organisation||XML, JSON, RSS, XLS, PDF|| |
| 26 | | ||Organization Registry||org||Offices||office||/org/office||XML, JSON, KML, GeoRSS, RSS, XLS, PDF|| |
| 27 | | ||Organization Registry||org||Projects||project||/org_project||XML, JSON, RSS, XLS, PDF|| |
| 28 | | ||Hospital Management System||hms||Hospitals||hospital||/hms/hospital||XML, JSON, KML, GeoRSS, RSS, XLS, PDF, HAVE|| |
| 29 | | ||Shelter Registry||cr||Shelters||shelter||/cr/shelter||XML, JSON, KML, GeoRSS, RSS, XLS, PDF|| |
| 30 | | ||DVI||dvi||Dead Body Recovery Requests||recreq||/dvi/recreq||XML, JSON, KML, GeoRSS, RSS, XLS, PDF|| |
| 31 | | ||DVI||dvi||Dead Body Files||body||/dvi/body||XML, JSON, RSS, XLS, PDF|| |
| 32 | | ||Incident Report System||irs||Incident Messages||incident||/irs/incident||XML, JSON, KML, GeoRSS, RSS, XLS, PDF|| |
| 33 | | ||Incident Report System||irs||Incident Reports||ireport||/irs/ireport||XML, JSON, KML, GeoRSS, RSS, XLS, PDF|| |
| 34 | | ||Incident Report System||irs||Impact Assessments||iassessment||/irs/iassessment||XML, JSON, RSS, XLS, PDF|| |
| 35 | | ||Rapid Assessment Tool||rat||Assessments||assessment||/rat/assessment||XML, JSON, KML, GeoRSS, RSS, XLS, PDF|| |
| 36 | | ||Request Management System||rms||Requests||req||/rms/req||XML, JSON, KML, GeoRSS, RSS, XLS, PDF|| |
| 37 | | |
| 38 | | == XML/JSON Format == |
| 39 | | |
| 40 | | * see [wiki:S3XML] |
| 41 | | |
| 42 | | == REST Controller == |
| 43 | | |
| 44 | | - see [wiki:S3XRC/RESTfulAPI/s3_rest_controller s3_rest_controller()] |
| | 15 | * [wiki:S3XRC/RESTfulAPI/s3_rest_controller REST Controller] |