Retrieve REST DataServices
/v1/portal/portals/{portalId}/restdataservices
Request
-
portalId: string
The short Id of a portal.
Response
- application/json
403 Response
Examples
Use this endpoint to retrieve information about the REST DataServices of a portal.
To retrieve information about the REST DataServices of a portal submit a GET request on the REST resource. In the request, you must specify the Portal Id for which you want to retrieve the details. You can use the query parameters to filter your results. Use the following format to submit a GET request using cURL.
curl -i -X GET
http://hostname:port/rest/api/v1/portal/portals/{portalId}/restdataservices?utoken=utoken
-H 'Content-Type: application/json'
where
-
hostname:port
is the name of the host and the IP port where Oracle WebCenter Portal is running. For example,example.com:8888.
-
utoken
is the API token for accessing the portal APIs. For example,utoken=utoken=abcdIC05zgjZoqCF8ShWL42AhTVvq-fc8uFshnw%2A%2A
. For more information, see Authentication. -
{portalId}
is theshort id
of the portal. To retrieveshort id
of a portal, see Retrieve Portals.
HTTP Status Code
HTTP_STATUS = 200
Example of Response Body
In this example, you can view information about restdataservices of the portal. The contents of the response body is in JSON format.
"resourceType": "urn:oracle:webcenter:portal:restdataservices", "startIndex": 0, "itemsPerPage": 10, "items": [ { "links": [ { "rel": "urn:oracle:webcenter:portal:restdataservice", "resourceType": "application/zip", "capabilities": "urn:oracle:webcenter:read", }, ], "resourceType": "urn:oracle:webcenter:portal:restdataservice", "dstype": "REST", "dcid": "dc_srcountds_ptpx", "dcxpath": "oracle.webcenter.internal.siteresources.scopedMD.dataControl.DataControls", "connectionName": "conn_srcountds_uDSd", "translatedDescription": "Count of various statuses of Service Requests given a product id", "visible": true, "displayName": "SR Count DS", "customAttributes": {}, "usesCustomSecurity": false, "seeded": false, "name": "SR Count DS", "namespace": "oracle.webcenter.portal.persistence.DataServiceEntity", "modifier": "weblogic", "modified": "2018-07-26T02:38:43.866Z", "creator": "weblogic", "description": "Count of various statuses of Service Requests given a product id", "currentVersionId": "acd12342-9843-41e2-95ec-24b717b0f30e", "created": "2015-07-17T17:04:31.853Z", "shortId": "AoC", "locale": "en_US", "id": "5de73ae9f363" },