This document was generated from CDN thread
Created by: Yoonseok Choi on 20-08-2010 04:01:34 AM
Hi.. I'm developing TMS with API Integration...
Most important thing for my development plan is how to check out system is alive or not(or system is using it anotherparty)..
Since before booking, we should make sure that this system is available or not...
Which code or command from API server can be checked with this system status ?...
I'm reading API guide however I cannot get answer from the API Guide.
Please let me know how I can check system's availability ?....
Thanks
Subject: RE: How to check out system is alive or not
Replied by: Torgeir Johansen on 20-08-2010 09:09:08 AM
Hi,
it is not possible to check the system status via the booking API. It is only possible to check if the system is available or not. In TMS we never check the system status at booking time, only at conference launch time.
To get the system's availability, you can use the booking API method GetConferencesForSystems, where you can pass in a list of systems, with a start and end date.
Regards,
Torgeir Johansen