portals REST Endpoints

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