Home Home
  login

Gemini Community Support Site

This Gemini community support site can be used to find solutions to product issues. You can log in using Open Id, Google Profile and even Facebook. Feel free to ask a question or browse FAQs and documentation. Product tour videos are also available along with how-to videos demonstrating key Gemini capabilities.




Index Enabling API support
Previous  |  Next

 10.12          API
api
 10.12.1            Introduction
api
 10.12.2            Enabling API support
install
api
 10.12.3            Authentication
api
 10.12.4            Response Formats
api
 10.12.5            .NET Quick-start
api
 10.12.6            Schema Reference
api
 10.12.7            Administration API
admin
api
 10.12.8            Alerts API
api
 10.12.9            Custom Fields API
custom-fields
items
api
 10.12.10             Groups API
security
api
 10.12.11             Items API
items
api
 10.12.12             Projects API
projects
api
 10.12.13             Users API
security
api
 10.12.14             Testing API
testing
api
View  |  Print  |  PDF

15 documents found.


Enabling API support

install
api

Gemini provides a full RESTful API. Under normal circumstances the API is accessible after installation.

However, for IIS 6 certain additional steps are required in order to ensure that HTTP PUT/DELETE verbs are allowed for the .ASHX file extension.

Windows XP

Either select the “All Verbs” option, or add the “PUT” and “DELETE” verbs to the existing verbs list.

image

Windows Server 2003

Either select the “All Verbs” option, or add the “PUT” and “DELETE” verbs to the existing verbs list.

image

Windows Server 2008

Either select the “All Verbs” option, or add the “PUT” and “DELETE” verbs to the existing verbs list.

image


Previous  |  Next