Parameter Name | Description | |||
locationCentraSite | String. Optional. The address of the CentraSite registry/repository on which the approval history log resides. 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 | |||
status | String. Optional. If you want to retrieve only requests with a specified approval status, specify one of the values shown here: | |||
Specify... | To retrieve... | |||
In Progress | Approval requests that are pending (that is, awaiting approval). | |||
Approved | Approval requests that have been approved (excluding requests that were auto-approved). | |||
Rejected | Approval request that have been rejected. | |||
No Action | Approval requests that were auto-approved. | |||
objectType | String. Array. Optional. If you want to retrieve approval requests for only certain object types, specify the types by name in this element.
| |||
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 specified 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. If you specify a start value, but no number value, the remainder of the result set is returned. |