Perfion GetVersion Query

  • Created

The Perfion GetVersion query returns the Perfion API version. The query can be defined in either XML or JSON format.

XML:

<GetVersion />

XML query response:

<?xml version="1.0" encoding="utf-8"?>
<Response>
  <Result>
    <Version>5.0.0</Version>
  </Result>
</Response>

JSON:

{ "GetVersion": {} }

JSON query response:

{
  "Version": "5.0.0"
}

Was this article helpful?

0 out of 0 found this helpful

Comments

0 comments

Please sign in to leave a comment.