View data record collections

get

/gsdata/v1/{appName}/data

Returns the data record collections currently setup for this application.

Request

Supported Media Types
Path Parameters
Security
Back to Top

Response

Supported Media Types

200 Response

The record collections and their URL's.
Body ()
Root Schema : RecordCollectionList
Type: object
Represents a list of guided search record collections.
Show Source
Nested Schema : items
Type: array
Show Source
Nested Schema : RecordCollectionItem
Type: object
Represents a guided search record collection.
Show Source
Back to Top

Examples

The following example shows how to view the data record collections currently setup for the cloud application:

curl -H "Authorization:Bearer <token>" -X GET http://<host>:<port>/gsdata/v1/cloud/data
Back to Top