View application record collections

get

/gsdata/v1/{appName}

Returns the record collections currently set up for this application.

Request

Supported Media Types
Path Parameters
Security
Back to Top

Response

Supported Media Types

200 Response

The record collections and their URLs.
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 record collections currently setup for the cloud application:

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