Topics Map > API Documentation

KB User's Guide - API - Site Banners

This document provides information for the Site Banners API for the KnowledgeBase.

Title

Get Site Banners

Calls externally-published Site Banners for a specified site domain.

Collection Endpoint

This API does not have a collection response.

Entity Endpoint

https://[KB site domain]/api/v1/site-banners/[siteId]

Example: https://kb.wisc.edu/api/v1/site-banners/2

** 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 value.

Entity Sample Response

{
"siteId": "2",
"header": "<p>The specific HTML content of my active banner.</p>",
"headerActivation": "2022-07-27 23:15:35",
"headerExpiration": "2022-08-18 13:00:00",
"_links": {
"self": {
"href": "https://kb.wisc.edu/api/v1/site-banners/2"
}
}
}

Success Response

Code: 200 OK
Content: Content-type: application/hal+json

Error Response

Code: 404 Page Not Found
Content: { error : "Page not found." }

OR

Code: 405 Method Not Allowed
Content: { error : None }

Notes

This API will only return a result if the banner is currently active on the external site. If banner content was created, but the "Activation" time stamp is in the future or the "Expiration" time stamp is in the past, the API call will return a 404 error.



Keywordsrestapi method url data params parameters success errors responses sample calls notes service   Doc ID86187
OwnerLeah S.GroupKB User's Guide
Created2018-10-02 11:01:38Updated2022-12-08 11:29:39
SitesKB User's Guide
Feedback  0   0