SS_GET_SITE_PUBLISH_REPORT SS_GET_SITE_REPORT SS_GET_SWITCH_CONTENT_CONFIG SS_GET_UNIQUE_NODE_SITE_ID SS_GET_VERSION

11-26 Oracle Fusion Middleware Technical Reference Guide for Site Studio ■ Returns: – value : the value of the requested site property. If the requested site property does not exist, this parameter will not be returned, but the service call will succeed. ■ Security : The user must have at least read access to the site. This service can be executed from Idoc script.

11.7.53 SS_GET_SITE_PUBLISH_REPORT

■ Description : This service obtains a report of the items used in the site. This is designed to be used with the Site Studio Publishing Utility SSPU or Site Studio Publisher to ensure the fidelity of the scraped site. ■ Parameters : – siteId : the unique identifier of the site required. ■ Returns : Returns numerous result sets describing the site content. ■ Security : The user must have at least write access to the sites root folder.

11.7.54 SS_GET_SITE_REPORT

■ Description : This service obtains a report of the items used in the site. ■ Parameters : – siteId : the unique identifier of the site required. ■ Returns : Returns numerous result sets describing the site content. ■ Security : The user must have at least write access to the site.

11.7.55 SS_GET_SWITCH_CONTENT_CONFIG

■ Description : This service returns the Switch Content configuration for the listed region definition. ■ Parameters : – regionDefinition : the unique identifier of the region definition required. ■ Returns: – A JSON response of the XML of the region definition named ssRegionConfig. ■ Security : The user must have at least write access to the site.

11.7.56 SS_GET_UNIQUE_NODE_SITE_ID

■ Description : This service returns what site a given node ID is associated with. This should be used with servers set up to use unique nodes. ■ Parameters: – nodeId : the unique identifier of the node, to determine what site it is associated with required. – preferredSiteId : the unique identifier of the site to search first. This is used in those cases where you might think the nodes may not be unique. Site Studio Services 11-27 ■ Returns: – siteId : the unique identifier of the site. If the nodeId could not be found in any site, the service will return a StatusCode with a negative value. ■ Security : ■ The user must have at least read access to the specified node. ■ This service can be executed from Idoc script.

11.7.57 SS_GET_VERSION

■ Description : This service returns the version number and build number for Site Studio as well as the version number for Oracle Content Server. ■ Parameters: None ■ Returns: – Product version number and build number for the Site Studio component, and the version number for the Oracle Content Server. ■ Security : ■ The user must have at least read access to the specified node. ■ This service can be executed from Idoc script.

11.7.58 SS_GET_WEBLAYOUT_URL