Tech

GetBrowsersList [finished]

Overlays:

    Activation:

    GetBrowsersList.php ? sessionID = ...

    Description:

        Returns list of possible browsers.

    Parameters:

    • sessionID: string(16)

    Results:

    <GetBrowsersList>
        <status>OK</status>
        <browsersNumber>12</browsersNumber> : uint - records number
        <browsers>
            <browser>
                <browserID>1</browserID> : uint
                <name>Internet Explorer</name> : string(32)
            </browser>
        </browsers>
    </GetBrowsersList>

    Throw Errors:



    GetBrowserVersionsList [finished]

    Overlays:

      Activation:

      GetBrowserVersionsList.php ? sessionID = ...     
          [ & browserID = ... ]

      Description:

          Returns list of browser versions, matching specified criteria.

      Parameters:

      • sessionID: string(16)
      • browserID: uint

      Results:

      <GetBrowserVersionsList>
          <status>OK</status>
          <browserVersionsNumber>123</browserVersionsNumber> : uint - records number
          <browserVersions>
              <browserVersion>
                  <browserVersionID>600</browserVersionID> : uint
                  <browserID>1</browserID> : uint
                  <name>Internet Explorer 6.0</name> : string(32)
              </browserVersion>
          </browserVersions>
      </GetBrowserVersionsList>

      Throw Errors:



      GetSystemGroupsList [finished]

      Overlays:

        Activation:

        GetSystemGroupsList.php ? sessionID = ...

        Description:

            Returns list of operating system groups, matching specified criteria.

        Parameters:

        • sessionID: string(16)

        Results:

        <GetSystemGroupsList>
            <status>OK</status>
            <systemGroupsNumber>123</systemGroupsNumber> : uint - records number
            <systemGroups>
                <systemGroup>
                    <systemGroupID>1</systemGroupID> : uint
                    <name>Windows</name> : string(32)
                </systemGroup>
            </systemGroups>
        </GetSystemGroupsList>

        Throw Errors:



        GetSystemsList [finished]

        Overlays:

          Activation:

          GetSystemsList.php ? sessionID = ...     
              [ & systemGroupID = ... ]

          Description:

              Returns list of Operating Systems matching specified criteria.

          Parameters:

          • sessionID: string(16)
          • systemGroupID: uint

          Results:

          <GetSystemsList>
              <status>OK</status>
              <systemsNumber>123</systemsNumber> : uint - records number
              <systems>
                  <system>
                      <systemID>1</systemID> : uint
                      <systemGroupID>1</systemGroupID> : uint
                      <name>Windows 3.1</name> : string(32)
                  </system>
              </systems>
          </GetSystemsList>

          Throw Errors: