CentraSite Documentation : CentraSite Developer's Guide : Web Service Interfaces : Approval Service : Operations : getPendingApprovals
getPendingApprovals
This operation returns a list of the approval requests that are awaiting the authenticated user's approval (where the "authenticated user" is the user who invoked the getPendingApprovals service). You can optionally filter the list by object type and/or submission date.
For additional information about using this operation, see Approving or Rejecting Approval Requests.
Input Message
Parameter Name
Description
locationCentraSite
String. Optional. The address of the CentraSite registry/repository from which you want to retrieve the approval requests. The registry/repository runs at the following URL:
http://server:port/CentraSite/CentraSite
Where server is the machine on which the CentraSite registry/repository is running and port is the port on which Apache is configured to listen for requests (port 53307 if CentraSite is configured to use the default Apache port number).
If you do not specify locationCentraSite, the Approval service will use the following default URL:
http://localhost:53307/CentraSite/CentraSite
objectType
String. Array. Optional. If you want to retrieve approval requests for only certain object types, use this element to specify the types by name.
Note:  
You must specify the type's "schema name", not its display name. You can find the schema name on the type's Asset Type Details page in CentraSite Control.
submittedAfter
DateTime. Optional. If you want to retrieve requests after a particular date, specify that date in this element.
submittedBefore
DateTime. Optional. If you want to retrieve requests before a particular date, specify that date in this element.
locale
String. Optional. The locale in which you want the results returned.
scroll
Scroll. Optional. If you want to return a particular block of entries from the result set, specify the following values in the scroll element. For information about using the scroll element, see Scrolling Through the List of Returned Approval Requests.
start
Integer. The first entry that you want to include in the block (where 1 represents the first entry in the entire result set).
number
Integer. Optional. The number of entries to be returned in the block of approval requests.
If you specify a start value, but no number value, the remainder of the result set is returned.
Output Message
ApprovalRequestList
Copyright © 2005-2016 Software AG, Darmstadt, Germany.

Product LogoContact Support   |   Community   |   Feedback