Versions Compared

Key

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

...

Return values are specified as HTTP as 

Referencemacro
LabelHTTP
response status code. Although the body of some responses may contain informational text, you should not rely on this text to make any decisions as to whether the request was successful or not.

...

ParameterDescription
200The signal was received and stored successfully.
400The request was not acceptable/ acceptedfor one of the following reasons:-
  • An invalid type parameter was specified. The type parameter is specific to the category specified by the cat parameter. Further, the type value (e.g. 0x01) can be used in multiple categories.
  • The objid was missing. Specify the ID of the object you want the signal to relate to.
  • The cat and type parameters (- category and signal type, respectively ) - must be specified and cannot be zero.
  • The version of TIM Enterprise you are running does not understand the signal.js script.
404The object specified by the combination of the objtype and objid parameters (- and optionally the key parameter ) - could not be found.
500
Referencemacro
LabelInternal Server Error
prevented the signal from being stored successfully. This may be due to a badly-configured database, or the lack of a signals
Referencemacro
Labelsignals
table in the TIM Enterprise database.