Initializing help system before first use

httpreplyjson

Purpose
Reply to an HTTP request with JSON data.
Synopsis
procedure httpreplyjson(reqid:integer)
procedure httpreplyjson(reqid:integer, mosobj:*)
Arguments
reqid 
Request number
mosobj 
Mosel object to use for the reply
Further information
1. This procedure replies to the specified request by sending the provided Mosel object encoded as a JSON object and a status code of 200.
2. When the first form is used, the returned data is the JSON constant null.
3. If the specified request is of type HEAD (see httphead) this procedure sends only the header part of the result.
Related topics
Module

© 2001-2022 Fair Isaac Corporation. All rights reserved. This documentation is the property of Fair Isaac Corporation (“FICO”). Receipt or possession of this documentation does not convey rights to disclose, reproduce, make derivative works, use, or allow others to use it except solely for internal evaluation purposes to determine whether to purchase a license to the software described in this documentation, or as otherwise set forth in a written software license agreement between you and FICO (or a FICO affiliate). Use of this documentation and the software described in it must conform strictly to the foregoing permitted uses, and no other use is permitted.