Developers Guide

Table Of Contents
ApplicationService/_api/Actions/
ApplicationService.SetSecurityPolicyMessage
This method posts the message.
POST method for SetSecurityPolicyMessage
This method posts the message.
Description Posts the message.
Privilege POST
HTTP response
codes
200
Example
response body
{
"SecurityPolicyMessage":
"Test Message"
}
ApplicationService/_api/Actions/
ApplicationService.GetSecurityPolicyMessage
Gets the message that is used by the login message.
POST method for GetSecurityPolicyMessage
This method gets the message that is used by the login message.
Description
Gets the message that is used by the login message.
Privilege POST
HTTP response
codes
200
Example
response body
{"SecurityPolicyMessage":"Test Message"}
474 Reset application