This document provides information in the Site Logos API for the KnowledgeBase.
Get Site Logos
Calls the externally-published site logos of the specified site domain
/api/v1/site-logos/[siteId]
Example: https://kb.wisc.edu/api/v1/site-logos/1
** You can find your siteId by reviewing the URI Components in the Group Spaces API. Please review KB User's Guide - API - Group Spaces for details. Your siteId will be listed as an integer in the extSiteId URI Component.
extSiteId
{ "logoImgPath": "https://kb.wisc.edu/images/group363/logo/uw-crest-web.png", "logoImgWidth": "", "logoImgHeight": "", "logoImgLink": "", "_links": { "self": { "href": "https://kb.wisc.edu/api/v1/site-logo/2" } }}
Code: 200 OK Content: Content-type: application/hal+json
Code: 404 Page Not Found Content: { error : "Page not found." }
OR
Code: 405 Method Not Allowed Content: { error : None }