G
GetOrgAnnouncementBanner
GithubApi.GetOrgAnnouncementBanner
Description
Retrieve the announcement banner for a specific organization.
Fetches the current announcement banner set at the organization level. Does not include enterprise-level banners.
Input Parameters
{
"parameters": [
{
"name": "organization_name",
"required": true,
"inferrable": true,
"description": "The name of the organization. It is not case sensitive.",
"value_schema": {
"val_type": "string"
}
}
]
} Output
{
"description": "Response from the API endpoint 'announcement-banners/get-announcement-banner-for-org'.",
"value_schema": {
"val_type": "json"
},
"available_modes": [
"value",
"error"
]
}