Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

addhttprequest - create or edit an http request. Extra options фкуare:

  • k - user session ID;
  • id - the notification identifierж if there is no identifier, a new notification is created, otherwise the existing one is edited;
  • name - the name of the notification, the length is not more than 63 characters;
  • type - type of message, required only when creating a new one, "http request";
  • login - user login;
  • password - the password of the user;
  • to - number of the recipient;
  • message - message text template, the length is not more than 1023 characters;
  • request_type - the type of the request GET, POST, DELETE, PUT;
  • server - the path to the server to which the request is addressed;
  • head - the header of the message, determines the type of content;
  • data - the query data.

...

<element id="605078" module="2010" num="50" clas="notifier" type="http request" name="HTTP request 1" state="normal" value="-" view="0" request_type="POST" server="http://serverworld.com/posdf/" head="Content-Type: application/json" data="{ "versionguid": "f498e8b1", "numberofsaves": "271" }"></element>

...