Search Request
If you've set up your API Key when initializing your LAM, you'll need to include it as a header along with the api user header. For more details, see step 5 of the get started documentation.
(required) Username of a registered API User
Returns requests which have been approved by the specified user.
nullExample: 42Returns objects created after the entered date.
nullExample: 2020-09-12T14:15:22ZReturns objects created before the entered date.
nullExample: 2020-12-13T16:17:28ZReturns requests which have been created by the specified user.
nullExample: 42Returns the object corresponding to the entered ID
nullOrders the list of results
nullExample: descPossible values: criteria to order by
nullExample: nameDefines the page number to be fetched.
1Example: 3Defines the number of elements displayed on a page. Must be a positive number with 0 and -1 return a maximum defined in the gate
20Example: 40Returns requests which are pending the specified user's approval.
nullExample: 42Returns requests which have been rejected by the specified user.
nullExample: 42Search by ID of the target object.
nullRequest search results
Invalid search parameters
Last updated