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
- application/json
Path Parameters
-
appName: string
Specifies the name of your application. For example, "cloud".
-
recordCollection: string
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
-
limit(optional): integer
Specifies the number of records to return, if not specified defaults to 10. Setting to 0 will return all records.
Security
-
basicAuth: basic
Type:
basic
Description:Basic username/password authentication.
Response
Supported Media Types
- application/json
200 Response
A list of records from the specified record collection.
Nested Schema : items
Type:
Show Source
array
-
Array of:
object 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 : links
Type:
Show Source
array
-
Array of:
object Link
Represents a link to a gsdata resource.
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
-
record.action(optional):
string
Allowed Values:
[ "upsert", "delete" ]
-
record.collection(optional):
string
-
record.id(optional):
string
-
record.locale(optional):
string
-
record.urn(optional):
string