Optional
requestFactory: SitePagesApiRequestFactoryOptional
responseProcessor: SitePagesApiResponseProcessorThe Site Page id.
Optional
archived: booleanWhether to return only results that have been archived.
Optional
_options: ConfigurationDelete the Site Page objects identified in the request body. Note: This is not the same as the dashboard archive
function. To perform a dashboard archive
send an normal update with the archivedInDashboard
field set to true.
Delete a batch of Site Pages
The JSON array of Site Page ids.
Optional
_options: ConfigurationDelete the Site Page objects identified in the request body. Note: This is not the same as the dashboard archive
function. To perform a dashboard archive
send an normal update with the archivedInDashboard
field set to true.
Delete a batch of Site Pages
The JSON array of Site Page ids.
Optional
_options: ConfigurationDelete the Site Page object identified by the id in the path. Delete a Site Page
The Site Page id.
Optional
archived: booleanWhether to return only results that have been archived.
Optional
_options: ConfigurationAttach a site page to a multi-language group. Attach a site page to a multi-language group
The JSON representation of the AttachToLangPrimaryRequest object.
Optional
_options: ConfigurationAttach a site page to a multi-language group. Attach a site page to a multi-language group
The JSON representation of the AttachToLangPrimaryRequest object.
Optional
_options: ConfigurationClone a Site Page Clone a Site Page
The JSON representation of the ContentCloneRequest object.
Optional
_options: ConfigurationClone a Site Page Clone a Site Page
The JSON representation of the ContentCloneRequest object.
Optional
_options: ConfigurationCreate a new Site Page Create a new Site Page
The JSON representation of a new Site Page.
Optional
_options: ConfigurationCreate a new A/B test variation based on the information provided in the request body. Create a new A/B test variation
The JSON representation of the AbTestCreateRequest object.
Optional
_options: ConfigurationCreate a new A/B test variation based on the information provided in the request body. Create a new A/B test variation
The JSON representation of the AbTestCreateRequest object.
Optional
_options: ConfigurationCreate the Site Page objects detailed in the request body. Create a batch of Site Pages
The JSON array of new Site Pages to create.
Optional
_options: ConfigurationCreate the Site Page objects detailed in the request body. Create a batch of Site Pages
The JSON array of new Site Pages to create.
Optional
_options: ConfigurationCreate a new language variation from an existing site page Create a new language variation
The JSON representation of the ContentLanguageCloneRequest object.
Optional
_options: ConfigurationCreate a new language variation from an existing site page Create a new language variation
The JSON representation of the ContentLanguageCloneRequest object.
Optional
_options: ConfigurationDetach a site page from a multi-language group. Detach a site page from a multi-language group
The JSON representation of the DetachFromLangGroupRequest object.
Optional
_options: ConfigurationDetach a site page from a multi-language group. Detach a site page from a multi-language group
The JSON representation of the DetachFromLangGroupRequest object.
Optional
_options: ConfigurationEnd an active A/B test and designate a winner. End an active A/B test
The JSON representation of the AbTestEndRequest object.
Optional
_options: ConfigurationEnd an active A/B test and designate a winner. End an active A/B test
The JSON representation of the AbTestEndRequest object.
Optional
_options: ConfigurationRetrieve the Site Page object identified by the id in the path. Retrieve a Site Page
The Site Page id.
Optional
archived: booleanSpecifies whether to return deleted Site Pages. Defaults to `false`.
Optional
property: stringOptional
_options: ConfigurationRetrieve the Site Page object identified by the id in the path. Retrieve a Site Page
The Site Page id.
Optional
archived: booleanSpecifies whether to return deleted Site Pages. Defaults to `false`.
Optional
property: stringOptional
_options: ConfigurationRetrieve the full draft version of the Site Page. Retrieve the full draft version of the Site Page
The Site Page id.
Optional
_options: ConfigurationRetrieve the full draft version of the Site Page. Retrieve the full draft version of the Site Page
The Site Page id.
Optional
_options: ConfigurationGet the list of site pages. Supports paging and filtering. This method would be useful for an integration that examined these models and used an external service to suggest edits. Get all Site Pages
Optional
createdAt: DateOnly return Site Pages created at exactly the specified time.
Optional
createdAfter: DateOnly return Site Pages created after the specified time.
Optional
createdBefore: DateOnly return Site Pages created before the specified time.
Optional
updatedAt: DateOnly return Site Pages last updated at exactly the specified time.
Optional
updatedAfter: DateOnly return Site Pages last updated after the specified time.
Optional
updatedBefore: DateOnly return Site Pages last updated before the specified time.
Optional
sort: string[]Specifies which fields to use for sorting results. Valid fields are `name`, `createdAt`, `updatedAt`, `createdBy`, `updatedBy`. `createdAt` will be used by default.
Optional
after: stringThe cursor token value to get the next set of results. You can get this from the `paging.next.after` JSON property of a paged response containing more results.
Optional
limit: numberThe maximum number of results to return. Default is 100.
Optional
archived: booleanSpecifies whether to return deleted Site Pages. Defaults to `false`.
Optional
property: stringOptional
_options: ConfigurationGet the list of site pages. Supports paging and filtering. This method would be useful for an integration that examined these models and used an external service to suggest edits. Get all Site Pages
Optional
createdAt: DateOnly return Site Pages created at exactly the specified time.
Optional
createdAfter: DateOnly return Site Pages created after the specified time.
Optional
createdBefore: DateOnly return Site Pages created before the specified time.
Optional
updatedAt: DateOnly return Site Pages last updated at exactly the specified time.
Optional
updatedAfter: DateOnly return Site Pages last updated after the specified time.
Optional
updatedBefore: DateOnly return Site Pages last updated before the specified time.
Optional
sort: string[]Specifies which fields to use for sorting results. Valid fields are `name`, `createdAt`, `updatedAt`, `createdBy`, `updatedBy`. `createdAt` will be used by default.
Optional
after: stringThe cursor token value to get the next set of results. You can get this from the `paging.next.after` JSON property of a paged response containing more results.
Optional
limit: numberThe maximum number of results to return. Default is 100.
Optional
archived: booleanSpecifies whether to return deleted Site Pages. Defaults to `false`.
Optional
property: stringOptional
_options: ConfigurationRetrieves a previous version of a Site Page Retrieves a previous version of a Site Page
The Site Page id.
The Site Page version id.
Optional
_options: ConfigurationRetrieves all the previous versions of a Site Page. Retrieves all the previous versions of a Site Page
The Site Page id.
Optional
after: stringThe cursor token value to get the next set of results. You can get this from the `paging.next.after` JSON property of a paged response containing more results.
Optional
before: stringOptional
limit: numberThe maximum number of results to return. Default is 100.
Optional
_options: ConfigurationRetrieves all the previous versions of a Site Page. Retrieves all the previous versions of a Site Page
The Site Page id.
Optional
after: stringThe cursor token value to get the next set of results. You can get this from the `paging.next.after` JSON property of a paged response containing more results.
Optional
before: stringOptional
limit: numberThe maximum number of results to return. Default is 100.
Optional
_options: ConfigurationRetrieves a previous version of a Site Page Retrieves a previous version of a Site Page
The Site Page id.
The Site Page version id.
Optional
_options: ConfigurationTake any changes from the draft version of the Site Page and apply them to the live version. Push Site Page draft edits live
The id of the Site Page for which it's draft will be pushed live.
Optional
_options: ConfigurationTake any changes from the draft version of the Site Page and apply them to the live version. Push Site Page draft edits live
The id of the Site Page for which it's draft will be pushed live.
Optional
_options: ConfigurationRetrieve the Site Page objects identified in the request body. Retrieve a batch of Site Pages
The JSON array of Site Page ids.
Optional
archived: booleanSpecifies whether to return deleted Site Pages. Defaults to `false`.
Optional
_options: ConfigurationRetrieve the Site Page objects identified in the request body. Retrieve a batch of Site Pages
The JSON array of Site Page ids.
Optional
archived: booleanSpecifies whether to return deleted Site Pages. Defaults to `false`.
Optional
_options: ConfigurationRerun a previous A/B test. Rerun a previous A/B test
The JSON representation of the AbTestRerunRequest object.
Optional
_options: ConfigurationRerun a previous A/B test. Rerun a previous A/B test
The JSON representation of the AbTestRerunRequest object.
Optional
_options: ConfigurationDiscards any edits and resets the draft to the live version. Reset the Site Page draft to the live version
The id of the Site Page for which it's draft will be reset.
Optional
_options: ConfigurationDiscards any edits and resets the draft to the live version. Reset the Site Page draft to the live version
The id of the Site Page for which it's draft will be reset.
Optional
_options: ConfigurationTakes a specified version of a Site Page and restores it. Restore a previous version of a Site Page
The Site Page id.
The Site Page version id to restore.
Optional
_options: ConfigurationTakes a specified version of a Site Page, sets it as the new draft version of the Site Page. Restore a previous version of a Site Page, to the draft version of the Site Page
The Site Page id.
The Site Page version id to restore.
Optional
_options: ConfigurationTakes a specified version of a Site Page, sets it as the new draft version of the Site Page. Restore a previous version of a Site Page, to the draft version of the Site Page
The Site Page id.
The Site Page version id to restore.
Optional
_options: ConfigurationTakes a specified version of a Site Page and restores it. Restore a previous version of a Site Page
The Site Page id.
The Site Page version id to restore.
Optional
_options: ConfigurationSchedule a Site Page to be Published Schedule a Site Page to be Published
The JSON representation of the ContentScheduleRequestVNext object.
Optional
_options: ConfigurationSchedule a Site Page to be Published Schedule a Site Page to be Published
The JSON representation of the ContentScheduleRequestVNext object.
Optional
_options: ConfigurationSet a site page as the primary language of a multi-language group. Set a new primary language
The JSON representation of the SetNewLanguagePrimaryRequest object.
Optional
_options: ConfigurationSet a site page as the primary language of a multi-language group. Set a new primary language
The JSON representation of the SetNewLanguagePrimaryRequest object.
Optional
_options: ConfigurationSparse updates a single Site Page object identified by the id in the path. You only need to specify the column values that you are modifying. Update a Site Page
The Site Page id.
The JSON representation of the updated Site Page.
Optional
archived: booleanSpecifies whether to update deleted Site Pages. Defaults to `false`.
Optional
_options: ConfigurationUpdate the Site Page objects identified in the request body. Update a batch of Site Pages
The JSON representation of the updated Site Pages.
Optional
archived: booleanSpecifies whether to update deleted Site Pages. Defaults to `false`.
Optional
_options: ConfigurationUpdate the Site Page objects identified in the request body. Update a batch of Site Pages
The JSON representation of the updated Site Pages.
Optional
archived: booleanSpecifies whether to update deleted Site Pages. Defaults to `false`.
Optional
_options: ConfigurationSparse updates the draft version of a single Site Page object identified by the id in the path. You only need to specify the column values that you are modifying. Update a Site Page draft
The Site Page id.
The JSON representation of the updated Site Page to be applied to the draft.
Optional
_options: ConfigurationSparse updates the draft version of a single Site Page object identified by the id in the path. You only need to specify the column values that you are modifying. Update a Site Page draft
The Site Page id.
The JSON representation of the updated Site Page to be applied to the draft.
Optional
_options: ConfigurationExplicitly set new languages for each site page in a multi-language group. Update languages of multi-language group
The JSON representation of the UpdateLanguagesRequest object.
Optional
_options: ConfigurationExplicitly set new languages for each site page in a multi-language group. Update languages of multi-language group
The JSON representation of the UpdateLanguagesRequest object.
Optional
_options: ConfigurationSparse updates a single Site Page object identified by the id in the path. You only need to specify the column values that you are modifying. Update a Site Page
The Site Page id.
The JSON representation of the updated Site Page.
Optional
archived: booleanSpecifies whether to update deleted Site Pages. Defaults to `false`.
Optional
_options: Configuration
Delete the Site Page object identified by the id in the path. Delete a Site Page