go back to EdiOrderService

GET /ediOrder/userSavedSearch

Retrieves a List of RowEdiOrder objects based on an existing saved search.

Roles that can access this endpoint are Users.

Parameters

name description type default type
userId string indicating the current user query String
createUserId string indicating the user who created the saved search query String
screenClassName string indicating the class of the screen that is related to the saved search query String
searchName string indicating the name of the saved search query String

Result

List < RowEdiOrder > of type: application/xml application/json

a list of RowEdiOrder objects

Additional attributes:

Child Elements:

Try It Out

Request

- Authentication Help
- String
- String
- String
- String