View data record collection records

get

/gsdata/v1/{appName}/data/{recordCollection}

Returns a list of record collection records. By default 10 records are returned unless the limit query parameter is specified.

Request

Supported Media Types
Path Parameters
  • Specifies the name of your application. For example, "cloud".
  • Name of the record collection. A valid record collection name is defined by the regular expression "^[a-zA-Z0-9._-]+$" and cannot exceed 128 characters.
Query Parameters
  • Specifies the number of records to return, if not specified defaults to 10. Setting to 0 will return all records.
Security
Back to Top

Response

Supported Media Types

200 Response

A list of records from the specified record collection.
Body ()
Root Schema : RecordList
Type: object
Represents a list of guided search records.
Show Source
Nested Schema : items
Type: array
Show Source
  • RecordItem
    Represents a record from a Guided Search record collection. As well as the properties listed below a record will also have 1 or more additional properties.
Nested Schema : RecordItem
Type: object
Represents a record from a Guided Search record collection. As well as the properties listed below a record will also have 1 or more additional properties.
Show Source
Back to Top