GET /api/mgmnt/v1/:namespace/restapps
Returns an array that contains information about REST-enabled web applications in the given namespace.
URL Parameters
None.
Permissions
To use this endpoint, you must have read access to the given namespace. If no namespace is specified, or if the specified namespace is %SYS, you must have read access to the default namespace (USER). Note that you can set the default namespace to a different namespace; to do so, set the global node ^%SYS("REST","UserNamespace") equal to the desired namespace.
Example Request
-
Request Method:
GET
-
Request URL:
http://localhost:52773/api/mgmnt/v1/user/restapps
Response
The response is a JSON array; each object in the array represents a REST-enabled web application. For details, see GET /api/mgmnt/.