Class Sesha_Api
Sesha external API interface.
Copyright 2003-2011 Horde LLC (http://www.horde.org/)
This file defines Sesha's external API interface. Other applications can
interact with Sesha through this API.
-
Horde_Registry_Api
-
Sesha_Api
Methods summary
public
array
|
#
listQueues( )
List all available categories as queues
List all available categories as queues
Returns
array
|
public
array
|
#
getQueueDetails( string $queue_id )
Retrieve queue details - this is for ticketing integration
Retrieve queue details - this is for ticketing integration
Parameters
- $queue_id
- The id of the queue to retrieve
Returns
array
|
public
array
|
#
listVersions( string $queue_id )
List all versions for the queue
List all versions for the queue
Parameters
- $queue_id
- The id of the queue
Returns
array $versions List of versions
|
public
array
|
#
getVersionDetails( string $version_id )
Retrieve item version details
Retrieve item version details
Parameters
- $version_id
- The id of the version to retrieve
Returns
array
Throws
|