View individual data records

get

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

Returns a single data record from the specified record collection if it exists or a corresponding error message.

Request

Supported Media Types
Path Parameters
Security
Back to Top

Response

Supported Media Types

200 Response

The specified record.
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