Files
Facilitor/APPL/API2/api_notes.asp
Erik Groener 55a8465158 FSN#38610 SVN koppeling naar Facilitor ivm vervanging Logcentre
svn path=/Website/branches/v2016.3/; revision=32410
2017-01-17 12:46:15 +00:00

26 lines
704 B
Plaintext

<%@ language = "JavaScript" %>
<% /*
$Revision$
$Id$
File: api_notes.asp
Description: XXX_NOTES API
Parameters:
Context: Door een remote systeem (geen persoon) om info uit FACILITOR te halen aan te roepen
Notes:
*/
DOCTYPE_Disable = true;
ANONYMOUS_Allowed = 1; // Eigenlijk niet waar. We regelen echter alles zelf
THIS_FILE = "appl/api/api_notes.asp";
%>
<!-- #include file="../Shared/common.inc" -->
<!-- #include file="../Shared/json2.js" -->
<!-- #include file="./api2_rest.inc" -->
<!-- #include file="./model_notes.inc" -->
<%
api2_rest.process(new model_notes(getQParam("module", "").toUpperCase()));
%>