Last updated 2 months ago
Was this helpful?
The id of the brand.
The type of the link.
0 - Unknown
1 - Header
2 - HeaderMenu
3 - HeaderSlider
4 - HeaderSearch
5 - HeaderAvatar
6 - HeaderCustomLogo
10 - Footer
11 - FooterWidget
12 - FooterLogo
13 - FooterDescription
14 - FooterCopyRight
15 - FooterPrivacyPolicy
16 - FooterTermsOfUse
17 - FooterChangeLogs
20 - Navigation
21 - NavigationMenu
23 - NavigationSearch
24 - NavigationCopyRight
30 - Slider
40 - Body
41 - BodyNavigation
42 - BodyHeaderSlider
43 - BodyFooter
50 - ReferenceLink
The name query parameter to filter.
The brand URL of the request. This is used to identify the brand.
YOUR_BRAND_URL
GET /api/brands/{id}/links/load-type/{type} HTTP/1.1 Host: protocol.jframework.dev BrandUrl: text Accept: */*
The request was successful.
{ "success": true, "statusCode": 200, "message": "The request was successful.", "data": [ { "brandId": "KAOplmx0i1A", "parentBrandLinkId": "Plo0szlmPs", "name": "Name", "type": "BodyFooter", "styles": "Group Name", "iconUrl": "https://www.example.com/icon.png", "link": "https://www.example.com", "description": "Description", "status": "Active", "items": [], "zOrder": 1, "id": "sApKpllz4sAplsmzha" } ], "errors": [] }