Customize your portal so that a specific filter or search result appears when your users open the Bynder portal. Customize one of the available example URLs below to link to your own filters and search results. You can also create a URL that automatically applies a metaproperty option and tag.
Select one of the categories below to see the available direct link structures.
You can also Create Direct Links to Bynder Modules.
Note
Generate sharable URLs for your Bynder DAM in one click using the BURLIE - Bynder URL Initiator Extension.
Advanced Filters
-
- The name of the field and values for the advanced filter can be found using your browser's inspector.
- To do so, first, right-click within the page and select Inspect. Then, switch to the Network tab. Afterwards, use the Advanced filter to set up your desired filter, such as orientation or date range. The Network tab will then display the link that you need.
- The following example is for orientation> Portrait. https://YourPortalURL.com/search/media/?field=orientation&value=portrait&filterType=add&filterkey=savedFilters&disableModal=false
- Tip: Use the Network tab in your browser's inspector to retrieve your direct URL easily.
- The name of the field and values for the advanced filter can be found using your browser's inspector.
Assets with a Certain Status
Active assets
-
-
-
-
- This URL only shows the assets with the status active, which excludes archived, watermarked, and limited assets.
- This allows users only to see active assets by default, and users need to filter on archive, limited, or watermarked files not to see the active ones. https://YourPortalURL.com/media/?field=isActive&value=true
-
-
-
Archived assets
-
-
-
-
-
- The URL below will apply a filter so that only assets marked as archived are shown.
https://YourPortalURL.com/media/?field=archive&value=1
Note: Where 0= False (nonarchived material) and 1=True (archived material). - Archived assets
- The URL below will apply a filter so that only assets marked as archived are shown.
-
-
-
-
Public Assets
-
-
-
-
- The URL below will apply a filter so only public assets are shown.
https://YourPortalURL.com/media?field=isPublic&value=1
- The URL below will apply a filter so only public assets are shown.
-
-
-
Downloadable Assets
-
-
-
-
- The URL below will apply a filter, so only downloadable assets are shown.
https://CLIENT.getbynder.com/media/?field=isDownloadable&value=true - The URL below will apply a filter so that only assets marked as non-downloadable are shown.
https://CLIENT.getbynder.com/media/?field=isDownloadable&value=false
- The URL below will apply a filter, so only downloadable assets are shown.
-
-
-
Limited Usage Assets
-
-
-
-
- The URL below will apply a filter, showing only assets marked as limited usage.
https://YourPortalURL.com/media/?field=keyVisual&value=1
- The URL below will apply a filter, showing only assets marked as limited usage.
-
-
-
Sent for Review Assets
-
-
-
-
- The URL below will apply a filter, so only assets sent for review are shown.
https://YourPortalURL.com/media/?field=audit&value=1
- The URL below will apply a filter, so only assets sent for review are shown.
-
-
-
Watermarked Material
-
-
-
-
- The URL below will apply a filter, so only watermarked assets are shown.
https://YourPortalURL.com/media/?field=watermark&value=1
- The URL below will apply a filter, so only watermarked assets are shown.
-
-
-
Metaproperties
- Single metaproperty with one metaproperty option
Replace the REPLACEME for your metaproperty name and value name. For example:
https://YourPortalURL.com/search/set/?resetsearch&field=metaproperty_type&value=photos&multiple=false&filterType=add&filterkey=saved
- Single metaproperty with multiple metaproperty options
Replace the REPLACEME for your metaproperty name and value name. For example:
https://YourPortalURL.com/search/set/?resetsearch&field=metaproperty_assettype&value=industrymarket&field=metaproperty_assettype&value=workforce360content&multiple=true&filterType=add&hideFilter=false&filterkey=savedFilters
- Multiple metaproperties
Replace the REPLACEME for your metaproperty names and values and ensure multiple=true. For example:
https://YourPortalURL.com/search/media/?field=metaproperty_continent&value=europe&field=metaproperty_country&value=france&multiple=true&filterType=add&hideFilter=false&filterkey=savedFilters
- Metaproperties combined with tags
You can also create a URL that automatically applies a metaproperty option and tag. Replace the values below with your metaproperty, metaproperty option, and tag.
https://YourPortalURL.com//search/set/?resetsearch&field=metaproperty_namemetaproperty&value=optionname&field=tags&value=nametag&filterType=add&filterkey=savedFilters
Restrictions
- If you have a dependency configured in the smart filter, it will not be triggered if you use the direct link. No option has been manually selected, and the automation will not be triggered.
- You cannot combine link structures from different categories (i.e., a direct link for filters and keyword tags).
Updated