Version 12.0.70155 -- Fixed the COM-API

mLipok
mLipok Posts: 781 ⭐Star⭐
edited May 2023 in General questions

here:
https://www.teamviewer.com/pl/download/changelog/

Can somebody give me any information about TeamViewer  COM-API
For me COM-API means ActiveX Component, but I think this could be mentioned as WebAPI or TeamViewer webservice API .

 

Regards,
mLipok , AutoIt MVP

Comments

  • BenjaminHellwig
    BenjaminHellwig Posts: 1 Staff member 🤠

    Dear mLipok,

    thank you for your request.

    The TeamViewer COM-API is mentioning the TeamViewer webservice API. It can be used to develop custom solutions to integrate TeamViewer in your own environment. It's a REST-based API which uses the already existing HTTP methods to create (POST), read (GET), change (PUT) or delete (DELETE) single items or a collection of items.

    The fix which was mentioned in your title

    Spoiler
    "Version 12.0.70155 -- Fixed the COM-API"

    was regarding the access which was granted on company profile level. There was a bug where the rights were not granted to an access token made under administrate company. This was not affecting Tokens under company adminsitrator profiles.

    You can find further information about our API on http://integrate.teamviewer.com/en/
    We also included a documentation for your developers which contains parameters and descriptions about the integrable functions on the website.

    If you have any further questions on our product or the TeamViewer API, please feel free to contact us per community post.

    Best Regards,

    Benjamin Hellwig

  • mLipok
    mLipok Posts: 781 ⭐Star⭐

    Thank you for your reply.
    As I thought in this case the expression "COM-API" was misleading. COM-API at least for me mean COM = ACTIVEX.

    The more that this formulation in relation to the WebService API was used for the first time, in the ChangeLog.

    Now I know you was thinking COM = Communication .

    Thanks for your answer.
    mLipok

    Regards,
    mLipok , AutoIt MVP
  • mLipok
    mLipok Posts: 781 ⭐Star⭐

    Today I found this:

    https://community.teamviewer.com/t5/Knowledge-Base/Command-line-parameters/ta-p/34447#toc-hId-**Please do not post TeamViewer IDs**

     

    This article cleary states that there is Widnows COM CLASS called "TeamViewer.Application"

     

    TeamViewer_COM_API.png

     

    Where I can find documentation for this AcitveX COM CLASS object ?

     

    Regards,
    mLipok , AutoIt MVP