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.
| |||
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. |