{{indexmenu_n>100}} ====== Get started ====== These simple examples of API use should get you started with minimal effort. For more detailed information on each example see the [[dev:rest:api|API section]]. The examples in this section use the application [[https://curl.haxx.se/|curl]] and is part of the Windows 10 distribution and available for most all operating systems. Using curl will allow you to test the API without writing any code. The examples as well are all written as if you are performing these tests on the local DuVoice system, however all calls can be performed via any system on the network using either the machines IP address or DNS name. Port 10022 must also be available to outside users on the DuVoice. The API is **NOT** intended to be exposed to the internet directly. ^ ^ Description ^ API ^ | [[dev:rest:getstarted:wakeup|View]] | Create, list and modify [[dev:rest:getstarted:wakeup|wakeup]] calls. | [[dev:rest:api:wakeup:home|Wakeup]] | | [[dev:rest:getstarted:inventory|View]] | [[dev:rest:getstarted:inventory|Inventory]] is a minibar IVR interface. | [[dev:rest:api:ivr:isi:home|Inventory]] | | [[dev:rest:getstarted:mailbox|View]] | Changing [[dev:rest:getstarted:mailbox|mailbox]] settings. A room is a type of mailbox. | [[dev:rest:api:mailbox:home|Mailbox]] | | [[dev:rest:getstarted:maidstatus|View]] | Changing the [[dev:rest:getstarted:maidstatus|maid status]] for a room. | [[dev:rest:api:mailbox:home|Mailbox]] | | [[dev:rest:getstarted:roomstatus|View]] | [[dev:rest:getstarted:roomstatus|Room status]] is a independent IVR interface for changing maid status. | [[dev:rest:api:ivr:rsi:home|Room status]] |