Trademarks / List

List trademarks

Route: /api/{tenant:minlength(2)}/v{version:apiVersion}/trademarks

Method: GET

Authorisation: Minimum role: USER

Request Arguments
Name Type Source
filterDTO_standard_filterQuery

  Request body example

Response object

Response status: 200 (OK)

Response type: DTO_trademark_UI[]

Wrapper: DTO_response_wrap_get_many

Other response statuses: 400 (BadRequest), 403 (Forbidden)

  Response body example

DTO_standard_filter
NameTypeReadOnlyDescription
channelStringChannel
sort_by_keyStringSort by key
brand_idsInt32[]Brand ids
response_field_keysString[]Only return the fields specified
filtersString[]Each string needs to be structured: filters=field_key:operator:value1|value2|value3 Only used to store filters for passing along as querystring
include_aggregationsBooleanInclude aggregations
include_importedBooleanInclude imported
searchStringSearch
sort_orderENUM sort_orderSort order
takeInt32Take
pageInt32Page
DTO_trademark_UI
NameTypeReadOnlyDescription
idInt32Id
nameStringName
numberStringNumber
is_defaultBooleanIs default
created_byDTO_reference_userCreated by
last_updated_byDTO_reference_userLast updated by
brandDTO_referenceBrand
trademark_typeDTO_referenceTrademark type
trademark_classesInt32[]Trademark classes
has_attachmentBooleanHas attachment
attachment_extensionStringAttachment extension
jurisdictionsInt32[]Jurisdictions
DTO_reference_user
NameTypeReadOnlyDescription
profile_picStringReadOnlyProfile pic
emailStringReadOnlyEmail
role_enum_idtenant_user_role (nullable)Role enum id
idInt32Id
labelObjectReadOnlyLabel
DTO_reference
NameTypeReadOnlyDescription
idInt32The id of the reference
labelObjectReadOnlyName/Label from referenced object.
ENUM sort_order
ValueNameDescription
0ASCASC
1DESCDESC