portals REST Endpoints
portals
The operations from the portals category.
- Add Member to a Portal
- Method: postPath:
/v1/portal/portals/{portalId}/members - Create a Portal
- Method: postPath:
/v1/portal/portals - Create Page in a Portal by Short ID
- Method: postPath:
/v1/portal/portals/{portalId}/pages - Create Page Template for a Portal
- Method: postPath:
/v1/portal/portals/{portalId}/pagetemplates - Delete a Member
- Method: deletePath:
/v1/portal/members/{memberId} - Delete a Portal
- Method: deletePath:
/v1/portal/portals/{portalId} - Export Portal to a PAR File
- Method: getPath:
/v1/portal/portals/{portalId}/archive - Import Visualization Template
- Method: postPath:
/v1/portal/portals/{portalId}/visualizationtemplates - Import Content Presenter Template(s) at Portal or Shared level
- Method: postPath:
/v1/portal/portals/{portalId}/contentpresentertemplates - Import Data Presenter Taskflow(s) at Portal or Shared Level
- Method: postPath:
/v1/portal/portals/{portalId}/dptaskflows - Import Layout(s) at Portal or Shared Level
- Method: postPath:
/v1/portal/portals/{portalId}/layouts - Import page style(s) at portal or shared level
- Method: postPath:
/v1/portal/portals/{portalId}/pagestyles - Import resource catalog
- Method: postPath:
/v1/portal/portals/{portalId}/resourcecatalogs - Import Skin
- Method: postPath:
/v1/portal/portals/{portalId}/skins - Retrieve Data Presenter Taskflows of a Portal
- Method: getPath:
/v1/portal/portals/{portalId}/dptaskflows - Retrieve Content Presenter Templates of a Portal
- Method: getPath:
/v1/portal/portals/{portalId}/contentpresentertemplates - Retrieve Data Presenter Business Objects of a Portal
- Method: getPath:
/v1/portal/portals/{portalId}/businessobjects - Retrieve Layouts of a Portal
- Method: getPath:
/v1/portal/portals/{portalId}/layouts - Retrieve Members of a Portal
- Method: getPath:
/v1/portal/portals/{portalId}/members - Retrieve Page Styles of a Portal
- Method: getPath:
/v1/portal/portals/{portalId}/pagestyles - Retrieve Page Templates of a Portal
- Method: getPath:
/v1/portal/portals/{portalId}/pagetemplates - Retrieve Pages of a Portal
- Method: getPath:
/v1/portal/portals/{portalId}/pages - Retrieve Portal Details by Short ID
- Method: getPath:
/v1/portal/portals/{portalId} - Retrieve Portals
- Method: getPath:
/v1/portal/portals - Retrieve Resource Catalog
- Method: getPath:
/v1/portal/portals/{portalId}/resourcecatalogs - Retrieve REST DataServices
- Method: getPath:
/v1/portal/portals/{portalId}/restdataservices - Retrieve Skins
- Method: getPath:
/v1/portal/portals/{portalId}/skins - Retrieve SQL DataServices
- Method: getPath:
/v1/portal/portals/{portalId}/sqldataservices - Retrieve visualization templates
- Method: getPath:
/v1/portal/portals/{portalId}/visualizationtemplates - Update Portal by Short ID
- Method: putPath:
/v1/portal/portals/{portalId}