Gets all brandings matching the request criteria. If no criteria given, then all brandings for the current company are returned.
name | description | type | default | type |
---|---|---|---|---|
request | read for query parameters to be used as search criteria; use any combination
of fields from the mobile_branding table
For example, /brandings/search?profile_name=mc*&last_date_sent=>=t-100
would find brandings having a name that starts with 'mc' and was submitted to
McLeod within the last 100 days. |
context | HttpServletRequest |
a list of RowMobileBranding objects