GET /handling_requirement/search
Finds handling requirement records with the given criteria.
Roles that can access this endpoint are Users, Drivers.
Parameters
name |
description |
type |
default |
type |
request |
read for query parameters to be used as search criteria; use any combination of fields
For example, /handling_requirement/search?hdr_title=Lump*&include_mobile=y would find handling
requirements having a title that starts with 'Lump' and are intended to be displayed on mobile apps.
from the handling_requirement table |
context
|
|
HttpServletRequest
|
Result
List
<
RowHandlingRequirement
>
of type:
application/xml
application/json
a list of handling requirement records matching the given criteria
Try It Out
Request