- Subcategories:
- Content
- Content Cache
- Creating, Updating and Copying
- Delete and Restore
- Expiration
- Jobs
- Members
- Permissions
- Policies
- Publishing and Activation
- Runtime Access
- Translation Jobs
- Updates
- Vanity Domain
Sites REST Endpoints
Sites
Create new sites, copy sites, list sites, monitor long-running site jobs and activate and deactivate sites.
- Get Default Collection Associated with the Site
- Method: getPath:
/sites/management/api/v1/sites/{id}/defaultCollection - Get Site Details
- Method: getPath:
/sites/management/api/v1/sites/{id} - Get the Channel Associated with the Site
- Method: getPath:
/sites/management/api/v1/sites/{id}/channel - Get the Query Syntax for Request Resources
- Method: getPath:
/sites/management/api/v1/sites/{id}/requests/search-form - Get the Query Syntax for Site Resources
- Method: getPath:
/sites/management/api/v1/sites/search-form - Get the Repository Associated with the Site
- Method: getPath:
/sites/management/api/v1/sites/{id}/repository - Get the Request That Created the Site
- Method: getPath:
/sites/management/api/v1/sites/{id}/request - Get the Theme Associated With a Site
- Method: getPath:
/sites/management/api/v1/sites/{id}/theme - Get the User or Application That Created the Site
- Method: getPath:
/sites/management/api/v1/sites/{id}/createdBy - Get the User or Application That Last Modified the Site
- Method: getPath:
/sites/management/api/v1/sites/{id}/lastModifiedBy - Get the User or Application That Owns the Site
- Method: getPath:
/sites/management/api/v1/sites/{id}/ownedBy - List or Batch Read Sites
- Method: getPath:
/sites/management/api/v1/sites - List Requests Relating to a Site
- Method: getPath:
/sites/management/api/v1/sites/{id}/requests