Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

Object of The Soap_Response_Login object is the response for the Login action. Contains function.

Soap_Response_Login contains the following properties:

Property name

Type

Description

token

string

Token of logged in user if login action the Login function was successful. It's The token is a 40-character random string that will remain active for 3 hours, and must be used in all other Vendor vendor API actions.

result_code

integer

Soap response status code. List of codes is , as described in documentation SOAP API return codes.

result_string

string

Additional information or text sent in response.

...