GET api/Websites/{id}

The websites endpoint returns the basic information for the website, ie. menu etc. In addition it returns a summary of related objects like next event and and the latest news. Details about the related objects are available on the endpoints for these objects. The API Key used for the website has "Read" permission to all related objects.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

The website id (GUID) can be found by caling the Get method

string

Required

Body Parameters

None.

Response Information

Resource Description

Website
NameDescriptionTypeAdditional information
WebsiteColourSchemeName

string

None.

GoogleMapUrl

string

None.

GoogleAnalyticsId

string

None.

ShowBoxed

boolean

None.

LogoFileName

string

None.

Slideshow

SlideShow

None.

FooterClubDescription

string

None.

ContactEmail

string

None.

BankReg

string

None.

BankAccountNumber

string

None.

BankName

string

None.

CvrNumber

string

None.

MembershipIntrotext

string

None.

MembershipSignupText

string

None.

NewsHeadline

string

None.

NewsManchet

string

None.

ClubRuleTeaser

string

None.

ClubName

string

None.

Address

string

None.

PostalCodeAndCity

string

None.

Telephone

string

None.

GdprPrivacyFileName

string

None.

LatestNews

Collection of FooterListItem

None.

NextEvents

Collection of FooterListItem

None.

SocialMedias

Collection of SocialMedia

None.

MenuItems

Collection of MenuItem

None.

NextEvent

Event

None.

LatestNewsEntry

NewsEntry

None.

HasNextBoardMeeting

boolean

None.

NextBoardMeeting

BoardMeeting

None.

FrontpageComponentWidgets

Collection of CmsComponentWidget

None.

FrontpageCmsWidgets

Collection of CmsWidget

None.

FrontPageMailList

MailListInfo

None.

ContactPersons

Collection of ContactPerson

None.

ContactPageInfoText

string

None.

MemberLoginUrl

string

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.