Not logged in : Login |
Each ODS app has a unique numeric id which is required for almost all operations. This method allows to determine that id from the app instance's name (App instance names are oftern something like "foobar's Calendar").
instanceName
The name of the app instance.
An error code as defined in ODS Error Result Codes which in this case matches the instance id.
ODS App Instance Ids
AuthenticationThis function requries authentication via one of the supported authentication methods as described in ODS Authentication.
Example:
$ curl -i "http://www.iodbc.org/ods/api/instance.get.id?instanceName=Demo%20account%27s%20Briefcase&sid=c198c56e675abd9967b2b264d1119ae2"
HTTP/1.1 200 OK
Server: Virtuoso/05.12.3041 (Solaris) x86_64-sun-solaris2.10-64 VDB
Connection: Keep-Alive
Date: Tue, 01 Dec 2009 12:39:19 GMT
Accept-Ranges: bytes
Content-Type: text/xml; charset="ISO-8859-1"
Content-Length: 57
6
Attributes | Values |
---|---|
rdf:type | |
schema:httpMethod |
|
schema:contentType |
|
http://www.openlin...es#isWebServiceOf | |
http://www.openlin...vices#endPointURL | |
schema:shortDescription |
|
http://www.openlin...ices#hasParameter | |
schema:name |
|
schema:description |
An error code as defined in ODS Error Result Codes which in this case matches the instance id. This function requries authentication via one of the supported authentication methods as described in ODS Authentication. $ curl -i "http://www.iodbc.org/ods/api/instance.get.id?instanceName=Demo%20account%27s%20Briefcase&sid=c198c56e675abd9967b2b264d1119ae2" HTTP/1.1 200 OK Server: Virtuoso/05.12.3041 (Solaris) x86_64-sun-solaris2.10-64 VDB Connection: Keep-Alive Date: Tue, 01 Dec 2009 12:39:19 GMT Accept-Ranges: bytes Content-Type: text/xml; charset="ISO-8859-1" Content-Length: 57 <result> <code>6</code> <message>Success</message> </result> |
schema:url | |
is schema:target of |