GrowthZone REST API API Reference
undefined
API Endpoint
https://app.memberzone.org
Request Content-Types: application/json
Response Content-Types: application/json
Schemes: https
Version: v1.0
Paths
GET /api/cms/directorypage/caegoryitems/
OK
Response Example (200 OK)
[
{
"Id": "integer",
"Name": "string",
"ExtraData": "string",
"CssColor": "string",
"IsSelected": "boolean",
"IsDeleted": "boolean",
"Order": "integer"
}
]
GET /api/cms/sites
OK
Response Example (200 OK)
[
{
"SiteId": "integer",
"HashedSiteId": "string",
"AuditId": "integer",
"Domains": "string",
"PrimaryDomain": "string",
"DnsSafeHost": "string",
"DomainPartialOrFull": "string",
"SiteType": "string",
"Description": "string",
"IsPrimary": "boolean",
"DevMode": "boolean",
"PageCount": "integer",
"TemplateCount": "integer",
"Actions": "string"
}
]
GET /api/cms/sites/{siteid}
(no description)
OK
Response Example (200 OK)
{
"SiteId": "integer",
"DomainId": "string",
"AuditId": "integer",
"Description": "string",
"ThemeFolder": "string",
"SiteTemplateId": "string",
"IsPrimary": "boolean",
"IsPrimaryOriginal": "boolean",
"IsDemo": "boolean",
"DevMode": "boolean",
"SitePages": "integer",
"SystemSiteTypeId": "string"
}
POST /api/cms/sites/{siteid}
undefined
(no description)
Request Example
{
"SiteId": "integer",
"DomainId": "string",
"AuditId": "integer",
"Description": "string",
"ThemeFolder": "string",
"SiteTemplateId": "string",
"IsPrimary": "boolean",
"IsPrimaryOriginal": "boolean",
"IsDemo": "boolean",
"DevMode": "boolean",
"SitePages": "integer",
"SystemSiteTypeId": "string"
}
OK
Response Example (200 OK)
{
"SiteId": "integer",
"HashedSiteId": "string",
"AuditId": "integer",
"Domains": "string",
"PrimaryDomain": "string",
"DnsSafeHost": "string",
"DomainPartialOrFull": "string",
"SiteType": "string",
"Description": "string",
"IsPrimary": "boolean",
"DevMode": "boolean",
"PageCount": "integer",
"TemplateCount": "integer",
"Actions": "string"
}
DELETE /api/cms/sites/{siteid}/{auditid}
(no description)
(no description)
OK
DELETE /api/cms/sites/{siteid}/cache
(no description)
OK
GET /api/cms/sites/{siteid}/domains
(no description)
OK
Response Example (200 OK)
{
"SiteId": "integer",
"Domains": "string"
}
GET /api/cms/sites/{siteid}/domains/{domainid}
(no description)
(no description)
OK
Response Example (200 OK)
{
"DomainId": "integer",
"SiteId": "string",
"DomainPartialOrFull": "string",
"IsPrimary": "boolean",
"UseHttps": "boolean",
"CssClass": "string"
}
POST /api/cms/sites/{siteid}/domains/{domainid}
undefined
(no description)
(no description)
Request Example
{
"DomainId": "integer",
"SiteId": "string",
"DomainPartialOrFull": "string",
"IsPrimary": "boolean",
"UseHttps": "boolean",
"CssClass": "string"
}
OK
Response Example (200 OK)
[
{
"DomainId": "integer",
"SiteId": "string",
"DomainPartialOrFull": "string",
"IsPrimary": "boolean"
}
]
DELETE /api/cms/sites/{siteid}/domains/{domainid}
(no description)
(no description)
OK
POST /api/cms/sites/{siteid}/domains/duplicatecheck
undefined
(no description)
Request Example
{
"DomainId": "integer",
"SiteId": "string",
"DomainPartialOrFull": "string",
"IsPrimary": "boolean",
"UseHttps": "boolean",
"CssClass": "string"
}
OK
Response Example (200 OK)
[
{
"Id": "integer",
"Name": "string",
"Description": "string"
}
]
GET /api/cms/sites/{siteid}/editsettings
(no description)
OK
Response Example (200 OK)
{
"SiteId": "integer",
"IncludeModuleCss": "boolean",
"EnableCategoryImages": "boolean",
"NestedFormCorrectionType": "string",
"CssParameterList": "string",
"CustomStyleInfo": "string",
"CustomHeaderHTML": "string",
"CustomFooterHTML": "string"
}
POST /api/cms/sites/{siteid}/editsettings
undefined
(no description)
Request Example
{
"SiteId": "integer",
"IncludeModuleCss": "boolean",
"EnableCategoryImages": "boolean",
"NestedFormCorrectionType": "string",
"CssParameterList": "string",
"CustomStyleInfo": "string",
"CustomHeaderHTML": "string",
"CustomFooterHTML": "string"
}
OK
Response Example (200 OK)
{
"SiteId": "integer",
"HashedSiteId": "string",
"AuditId": "integer",
"Domains": "string",
"PrimaryDomain": "string",
"DnsSafeHost": "string",
"DomainPartialOrFull": "string",
"SiteType": "string",
"Description": "string",
"IsPrimary": "boolean",
"DevMode": "boolean",
"PageCount": "integer",
"TemplateCount": "integer",
"Actions": "string"
}
GET /api/cms/sites/{siteid}/pageoverride/{pageoverrideid}
(no description)
(no description)
OK
Response Example (200 OK)
{
"PageOverrideId": "integer",
"SiteId": "integer",
"Title": "string",
"RelativePath": "string",
"PageTypeId": "string",
"PublishStartDate": "string",
"SiteTemplateId": "string"
}
DELETE /api/cms/sites/{siteid}/pageoverride/{pageoverrideid}
(no description)
(no description)
OK
POST /api/cms/sites/{siteid}/pageoverride/save
undefined
(no description)
Request Example
{
"PageOverrideId": "integer",
"SiteId": "integer",
"Title": "string",
"RelativePath": "string",
"PageTypeId": "string",
"PublishStartDate": "string",
"SiteTemplateId": "string"
}
OK
Response Example (200 OK)
{
"PageOverrideId": "integer",
"SiteId": "integer",
"Title": "string",
"RelativePath": "string",
"TemplateName": "string"
}
GET /api/cms/sites/{siteid}/pageoverrides
(no description)
OK
Response Example (200 OK)
{
"SiteId": "integer",
"Pages": "string"
}
GET /api/cms/sites/{siteid}/pages
(no description)
(no description)
OK
Response Example (200 OK)
{
"SiteId": "integer",
"ListViewItems": "string"
}
GET /api/cms/sites/{siteid}/templates
(no description)
OK
Response Example (200 OK)
{
"SiteId": "integer",
"SiteTemplates": "string"
}
GET /api/cms/sites/{siteid}/templates/{sitetemplateid}
(no description)
(no description)
OK
Response Example (200 OK)
{
"SiteTemplateId": "integer",
"AuditId": "integer",
"SiteId": "string",
"Name": "string",
"ExternalUrl": "string",
"TemplateContent": "string"
}
POST /api/cms/sites/{siteid}/templates/{sitetemplateid}
undefined
(no description)
(no description)
Request Example
{
"SiteTemplateId": "integer",
"AuditId": "integer",
"SiteId": "string",
"Name": "string",
"ExternalUrl": "string",
"TemplateContent": "string"
}
OK
Response Example (200 OK)
{
"SiteTemplateId": "integer",
"SiteId": "integer",
"Id": "integer",
"Name": "string",
"LastFetchDate": "string",
"ExternalUrl": "string",
"SizeInBytes": "integer"
}
DELETE /api/cms/sites/{siteid}/templates/{sitetemplateid}/{auditid}
(no description)
(no description)
(no description)
OK
GET /api/cms/sites/{siteid}/templates/lookup
(no description)
OK
Response Example (200 OK)
[
{
"SiteTemplateId": "integer",
"SiteId": "integer",
"Id": "integer",
"Name": "string",
"LastFetchDate": "string",
"ExternalUrl": "string",
"SizeInBytes": "integer"
}
]
GET /api/cms/sites/{siteid}/widgets/build/{defaultwidgettype}/{readonlywidgettypeselection}
(no description)
(no description)
(no description)
OK
Response Example (200 OK)
{
"Categories": "string",
"MemberPaths": "string",
"EventPaths": "string",
"FundraisingCampaigns": "string",
"Sponsorships": "string",
"AdAreas": "string",
"WebContentPaths": "string",
"PublicEmailGroups": "string",
"Forums": "string",
"CustomAdLocations": "string",
"SiteId": "string",
"DefaultWidgetType": "string",
"ReadOnlyWidgetTypeSelection": "boolean",
"Domains": "string"
}
POST /api/cms/sites/create
undefined
Request Example
{
"ThemeId": "string",
"CreateDirectoryPage": "boolean",
"DirectoryId": "string",
"CreateCalendarPage": "boolean",
"CalendarId": "string",
"CreateContentListPage": "boolean",
"ContentListId": "string",
"CreateContactUsPage": "boolean",
"TenantId": "integer"
}
OK
GET /api/cms/sites/domains/lookup
OK
Response Example (200 OK)
[
{
"Id": "integer",
"Name": "string",
"ExtraData": "string",
"CssColor": "string",
"IsSelected": "boolean",
"IsDeleted": "boolean",
"Order": "integer"
}
]
GET /api/cms/sites/integrated
OK
Response Example (200 OK)
[
{
"SiteId": "integer",
"HashedSiteId": "string",
"AuditId": "integer",
"Domains": "string",
"PrimaryDomain": "string",
"DnsSafeHost": "string",
"DomainPartialOrFull": "string",
"SiteType": "string",
"Description": "string",
"IsPrimary": "boolean",
"DevMode": "boolean",
"PageCount": "integer",
"TemplateCount": "integer",
"Actions": "string"
}
]
GET /api/cms/sites/integrated/lookup
OK
Response Example (200 OK)
[
{
"Id": "integer",
"Name": "string",
"ExtraData": "string",
"CssColor": "string",
"IsSelected": "boolean",
"IsDeleted": "boolean",
"Order": "integer"
}
]
GET /api/cms/sites/lookup
OK
Response Example (200 OK)
[
{
"Id": "integer",
"Name": "string",
"ExtraData": "string",
"CssColor": "string",
"IsSelected": "boolean",
"IsDeleted": "boolean",
"Order": "integer"
}
]
POST /api/cms/sites/pages/{pageid}
undefined
(no description)
Request Example
{
"PageId": "integer",
"AuditId": "integer",
"SiteId": "integer",
"CanStoreBeCreated": "boolean",
"IsNotInDevelopmentMode": "boolean",
"HideCalendarLayoutOption": "boolean",
"HideMedListLayoutOption": "boolean",
"SiteModuleTypeId": "string",
"SiteModuleVersion": "string",
"DirectoryVisibility": "boolean",
"DirectoryId": "string",
"CalendarId": "string",
"ContentListId": "string",
"SiteDefaultLayout": "string",
"GroupId": "string",
"FormId": "string",
"MembershipApplicationFormId": "string",
"ContactRelationshipId": "string",
"Title": "string",
"RelativePath": "string",
"SiteTemplateId": "string",
"PrimaryDomain": "string",
"EntireUrl": "string",
"TopAdTypeId": "string",
"BottomAdTypeId": "string",
"OpenGraphTags": "string",
"PublishStartDate": "string",
"PublishEndDate": "string",
"PageTypeId": "string",
"IsModified": "boolean",
"SiteType": "string",
"CssClass": "string"
}
OK
Response Example (200 OK)
{
"PageId": "integer",
"SiteId": "integer",
"SiteModuleTypeId": "string",
"SiteModuleType": "string",
"Title": "string",
"SitePageModuleSettingsJson": "string",
"SiteModuleVersion": "string",
"RelativePath": "string",
"Template": "string"
}
DELETE /api/cms/sites/pages/{pageid}/{auditid}
(no description)
(no description)
OK
GET /api/cms/sites/pages/{pageid}/{siteid}
(no description)
(no description)
OK
Response Example (200 OK)
{
"PageId": "integer",
"AuditId": "integer",
"SiteId": "integer",
"CanStoreBeCreated": "boolean",
"IsNotInDevelopmentMode": "boolean",
"HideCalendarLayoutOption": "boolean",
"HideMedListLayoutOption": "boolean",
"SiteModuleTypeId": "string",
"SiteModuleVersion": "string",
"DirectoryVisibility": "boolean",
"DirectoryId": "string",
"CalendarId": "string",
"ContentListId": "string",
"SiteDefaultLayout": "string",
"GroupId": "string",
"FormId": "string",
"MembershipApplicationFormId": "string",
"ContactRelationshipId": "string",
"Title": "string",
"RelativePath": "string",
"SiteTemplateId": "string",
"PrimaryDomain": "string",
"EntireUrl": "string",
"TopAdTypeId": "string",
"BottomAdTypeId": "string",
"OpenGraphTags": "string",
"PublishStartDate": "string",
"PublishEndDate": "string",
"PageTypeId": "string",
"IsModified": "boolean",
"SiteType": "string",
"CssClass": "string"
}
GET /api/cms/sites/pages/lookup
OK
Response Example (200 OK)
[
{
"Id": "integer",
"Name": "string",
"ExtraData": "string",
"CssColor": "string",
"IsSelected": "boolean",
"IsDeleted": "boolean",
"Order": "integer"
}
]
POST /api/cms/sites/pages/suggest/{pageid}
undefined
(no description)
Request Example
{
"PageId": "integer",
"AuditId": "integer",
"SiteId": "integer",
"CanStoreBeCreated": "boolean",
"IsNotInDevelopmentMode": "boolean",
"HideCalendarLayoutOption": "boolean",
"HideMedListLayoutOption": "boolean",
"SiteModuleTypeId": "string",
"SiteModuleVersion": "string",
"DirectoryVisibility": "boolean",
"DirectoryId": "string",
"CalendarId": "string",
"ContentListId": "string",
"SiteDefaultLayout": "string",
"GroupId": "string",
"FormId": "string",
"MembershipApplicationFormId": "string",
"ContactRelationshipId": "string",
"Title": "string",
"RelativePath": "string",
"SiteTemplateId": "string",
"PrimaryDomain": "string",
"EntireUrl": "string",
"TopAdTypeId": "string",
"BottomAdTypeId": "string",
"OpenGraphTags": "string",
"PublishStartDate": "string",
"PublishEndDate": "string",
"PageTypeId": "string",
"IsModified": "boolean",
"SiteType": "string",
"CssClass": "string"
}
OK
Response Example (200 OK)
{
"PageId": "integer",
"AuditId": "integer",
"SiteId": "integer",
"CanStoreBeCreated": "boolean",
"IsNotInDevelopmentMode": "boolean",
"HideCalendarLayoutOption": "boolean",
"HideMedListLayoutOption": "boolean",
"SiteModuleTypeId": "string",
"SiteModuleVersion": "string",
"DirectoryVisibility": "boolean",
"DirectoryId": "string",
"CalendarId": "string",
"ContentListId": "string",
"SiteDefaultLayout": "string",
"GroupId": "string",
"FormId": "string",
"MembershipApplicationFormId": "string",
"ContactRelationshipId": "string",
"Title": "string",
"RelativePath": "string",
"SiteTemplateId": "string",
"PrimaryDomain": "string",
"EntireUrl": "string",
"TopAdTypeId": "string",
"BottomAdTypeId": "string",
"OpenGraphTags": "string",
"PublishStartDate": "string",
"PublishEndDate": "string",
"PageTypeId": "string",
"IsModified": "boolean",
"SiteType": "string",
"CssClass": "string"
}
GET /api/cms/sites/themes/lookup
OK
Response Example (200 OK)
[
{
"Expression": "string",
"ElementType": "string",
"Provider": "string"
}
]
Schema Definitions
SiteCollectionItemModel: object
- SiteId: integer
- HashedSiteId: string
- AuditId: integer
- Domains: string
- PrimaryDomain: string
- DnsSafeHost: string
- DomainPartialOrFull: string
- SiteType: string
- Description: string
- IsPrimary: boolean
- DevMode: boolean
- PageCount: integer
- TemplateCount: integer
- Actions: string
Example
{
"SiteId": "integer",
"HashedSiteId": "string",
"AuditId": "integer",
"Domains": "string",
"PrimaryDomain": "string",
"DnsSafeHost": "string",
"DomainPartialOrFull": "string",
"SiteType": "string",
"Description": "string",
"IsPrimary": "boolean",
"DevMode": "boolean",
"PageCount": "integer",
"TemplateCount": "integer",
"Actions": "string"
}
SiteAddEditModel: object
- SiteId: integer
- DomainId: string
- AuditId: integer
- Description: string
- ThemeFolder: string
- SiteTemplateId: string
- IsPrimary: boolean
- IsPrimaryOriginal: boolean
- IsDemo: boolean
- DevMode: boolean
- SitePages: integer
- SystemSiteTypeId: string
Example
{
"SiteId": "integer",
"DomainId": "string",
"AuditId": "integer",
"Description": "string",
"ThemeFolder": "string",
"SiteTemplateId": "string",
"IsPrimary": "boolean",
"IsPrimaryOriginal": "boolean",
"IsDemo": "boolean",
"DevMode": "boolean",
"SitePages": "integer",
"SystemSiteTypeId": "string"
}
GenericLookUpChoice<Int32>: object
- Id: integer
- Name: string
- ExtraData: string
- CssColor: string
- IsSelected: boolean
- IsDeleted: boolean
- Order: integer
Example
{
"Id": "integer",
"Name": "string",
"ExtraData": "string",
"CssColor": "string",
"IsSelected": "boolean",
"IsDeleted": "boolean",
"Order": "integer"
}
SiteModulesViewModel: object
- SiteId: integer
- ListViewItems: string
Example
{
"SiteId": "integer",
"ListViewItems": "string"
}
SitePageAddEditModel: object
- PageId: integer
- AuditId: integer
- SiteId: integer
- CanStoreBeCreated: boolean
- IsNotInDevelopmentMode: boolean
- HideCalendarLayoutOption: boolean
- HideMedListLayoutOption: boolean
- SiteModuleTypeId: string
- SiteModuleVersion: string
- DirectoryVisibility: boolean
- DirectoryId: string
- CalendarId: string
- ContentListId: string
- SiteDefaultLayout: string
- GroupId: string
- FormId: string
- MembershipApplicationFormId: string
- ContactRelationshipId: string
- Title: string
- RelativePath: string
- SiteTemplateId: string
- PrimaryDomain: string
- EntireUrl: string
- TopAdTypeId: string
- BottomAdTypeId: string
- OpenGraphTags: string
- PublishStartDate: string
- PublishEndDate: string
- PageTypeId: string
- IsModified: boolean
- SiteType: string
- CssClass: string
Example
{
"PageId": "integer",
"AuditId": "integer",
"SiteId": "integer",
"CanStoreBeCreated": "boolean",
"IsNotInDevelopmentMode": "boolean",
"HideCalendarLayoutOption": "boolean",
"HideMedListLayoutOption": "boolean",
"SiteModuleTypeId": "string",
"SiteModuleVersion": "string",
"DirectoryVisibility": "boolean",
"DirectoryId": "string",
"CalendarId": "string",
"ContentListId": "string",
"SiteDefaultLayout": "string",
"GroupId": "string",
"FormId": "string",
"MembershipApplicationFormId": "string",
"ContactRelationshipId": "string",
"Title": "string",
"RelativePath": "string",
"SiteTemplateId": "string",
"PrimaryDomain": "string",
"EntireUrl": "string",
"TopAdTypeId": "string",
"BottomAdTypeId": "string",
"OpenGraphTags": "string",
"PublishStartDate": "string",
"PublishEndDate": "string",
"PageTypeId": "string",
"IsModified": "boolean",
"SiteType": "string",
"CssClass": "string"
}
SitePageCollectionItemModel: object
- PageId: integer
- SiteId: integer
- SiteModuleTypeId: string
- SiteModuleType: string
- Title: string
- SitePageModuleSettingsJson: string
- SiteModuleVersion: string
- RelativePath: string
- Template: string
Example
{
"PageId": "integer",
"SiteId": "integer",
"SiteModuleTypeId": "string",
"SiteModuleType": "string",
"Title": "string",
"SitePageModuleSettingsJson": "string",
"SiteModuleVersion": "string",
"RelativePath": "string",
"Template": "string"
}
DomainsModel: object
- SiteId: integer
- Domains: string
Example
{
"SiteId": "integer",
"Domains": "string"
}
PotentialDuplicateEntry: object
- Id: integer
- Name: string
- Description: string
Example
{
"Id": "integer",
"Name": "string",
"Description": "string"
}
DomainAddEditModel: object
- DomainId: integer
- SiteId: string
- DomainPartialOrFull: string
- IsPrimary: boolean
- UseHttps: boolean
- CssClass: string
Example
{
"DomainId": "integer",
"SiteId": "string",
"DomainPartialOrFull": "string",
"IsPrimary": "boolean",
"UseHttps": "boolean",
"CssClass": "string"
}
DomainCollectionItemModel: object
- DomainId: integer
- SiteId: string
- DomainPartialOrFull: string
- IsPrimary: boolean
Example
{
"DomainId": "integer",
"SiteId": "string",
"DomainPartialOrFull": "string",
"IsPrimary": "boolean"
}
SiteTemplateCollectionItemModel: object
- SiteTemplateId: integer
- SiteId: integer
- Id: integer
- Name: string
- LastFetchDate: string
- ExternalUrl: string
- SizeInBytes: integer
Example
{
"SiteTemplateId": "integer",
"SiteId": "integer",
"Id": "integer",
"Name": "string",
"LastFetchDate": "string",
"ExternalUrl": "string",
"SizeInBytes": "integer"
}
SiteTemplatesModel: object
- SiteId: integer
- SiteTemplates: string
Example
{
"SiteId": "integer",
"SiteTemplates": "string"
}
SiteTemplateAddEditModel: object
- SiteTemplateId: integer
- AuditId: integer
- SiteId: string
- Name: string
- ExternalUrl: string
- TemplateContent: string
Example
{
"SiteTemplateId": "integer",
"AuditId": "integer",
"SiteId": "string",
"Name": "string",
"ExternalUrl": "string",
"TemplateContent": "string"
}
SiteMenuCollectionItemModel: object
- SiteMenuId: integer
- SiteId: integer
- Name: string
- Actions: string
Example
{
"SiteMenuId": "integer",
"SiteId": "integer",
"Name": "string",
"Actions": "string"
}
SiteMenuAddEditModel: object
- SiteMenuId: integer
- Name: string
Example
{
"SiteMenuId": "integer",
"Name": "string"
}
SiteMenuItemsModel: object
- SiteMenuId: integer
- Items: string
Example
{
"SiteMenuId": "integer",
"Items": "string"
}
SiteMenuItemAddEditModel: object
- SiteMenuItemId: integer
- AuditId: integer
- SiteMenuId: integer
- ParentMenuItemId: string
- Name: string
- PublishStartDate: string
- LinkToPageId: string
- LinkToUrl: string
- DisplayIndex: string
- Target: string
- SettingsJson: string
Example
{
"SiteMenuItemId": "integer",
"AuditId": "integer",
"SiteMenuId": "integer",
"ParentMenuItemId": "string",
"Name": "string",
"PublishStartDate": "string",
"LinkToPageId": "string",
"LinkToUrl": "string",
"DisplayIndex": "string",
"Target": "string",
"SettingsJson": "string"
}
SiteMenuItemCollectionItemModel: object
- SiteMenuItemId: integer
- ParentMenuItemId: string
- SiteMenuId: integer
- Name: string
Example
{
"SiteMenuItemId": "integer",
"ParentMenuItemId": "string",
"SiteMenuId": "integer",
"Name": "string"
}
IQueryable: object
- Expression: string
- ElementType: string
- Provider: string
Example
{
"Expression": "string",
"ElementType": "string",
"Provider": "string"
}
CreateSiteViewModel: object
- ThemeId: string
- CreateDirectoryPage: boolean
- DirectoryId: string
- CreateCalendarPage: boolean
- CalendarId: string
- CreateContentListPage: boolean
- ContentListId: string
- CreateContactUsPage: boolean
- TenantId: integer
Example
{
"ThemeId": "string",
"CreateDirectoryPage": "boolean",
"DirectoryId": "string",
"CreateCalendarPage": "boolean",
"CalendarId": "string",
"CreateContentListPage": "boolean",
"ContentListId": "string",
"CreateContactUsPage": "boolean",
"TenantId": "integer"
}
SiteStyleAndCssViewModel: object
- SiteId: integer
- IncludeModuleCss: boolean
- EnableCategoryImages: boolean
- NestedFormCorrectionType: string
- CssParameterList: string
- CustomStyleInfo: string
- CustomHeaderHTML: string
- CustomFooterHTML: string
Example
{
"SiteId": "integer",
"IncludeModuleCss": "boolean",
"EnableCategoryImages": "boolean",
"NestedFormCorrectionType": "string",
"CssParameterList": "string",
"CustomStyleInfo": "string",
"CustomHeaderHTML": "string",
"CustomFooterHTML": "string"
}
WidgetBuilderViewModel: object
- Categories: string
- MemberPaths: string
- EventPaths: string
- FundraisingCampaigns: string
- Sponsorships: string
- AdAreas: string
- WebContentPaths: string
- PublicEmailGroups: string
- Forums: string
- CustomAdLocations: string
- SiteId: string
- DefaultWidgetType: string
- ReadOnlyWidgetTypeSelection: boolean
- Domains: string
Example
{
"Categories": "string",
"MemberPaths": "string",
"EventPaths": "string",
"FundraisingCampaigns": "string",
"Sponsorships": "string",
"AdAreas": "string",
"WebContentPaths": "string",
"PublicEmailGroups": "string",
"Forums": "string",
"CustomAdLocations": "string",
"SiteId": "string",
"DefaultWidgetType": "string",
"ReadOnlyWidgetTypeSelection": "boolean",
"Domains": "string"
}
SiteModuleOverridesViewModel: object
- SiteId: integer
- Pages: string
Example
{
"SiteId": "integer",
"Pages": "string"
}
SitePageAddEditOverride: object
- PageOverrideId: integer
- SiteId: integer
- Title: string
- RelativePath: string
- PageTypeId: string
- PublishStartDate: string
- SiteTemplateId: string
Example
{
"PageOverrideId": "integer",
"SiteId": "integer",
"Title": "string",
"RelativePath": "string",
"PageTypeId": "string",
"PublishStartDate": "string",
"SiteTemplateId": "string"
}
SitePageOverrideCollectionItemModel: object
- PageOverrideId: integer
- SiteId: integer
- Title: string
- RelativePath: string
- TemplateName: string
Example
{
"PageOverrideId": "integer",
"SiteId": "integer",
"Title": "string",
"RelativePath": "string",
"TemplateName": "string"
}
DiretorySitePageCategoryItems: object
- Id: integer
- Name: string
- ExtraData: string
- CssColor: string
- IsSelected: boolean
- IsDeleted: boolean
- Order: integer
Example
{
"Id": "integer",
"Name": "string",
"ExtraData": "string",
"CssColor": "string",
"IsSelected": "boolean",
"IsDeleted": "boolean",
"Order": "integer"
}