Get a Single Row

get

/20190828/tables/{tableNameOrId}/rows

Get a single row from the table by primary key.

Request

Path Parameters
Query Parameters
  • The ID of a table's compartment. When a table is identified by name, the compartmentId is often needed to provide context for interpreting the name.
  • Consistency requirement for a read operation.
    Default Value: EVENTUAL
    Allowed Values: [ "EVENTUAL", "ABSOLUTE" ]
  • Collection Format: multi
    An array of strings, each of the format "column-name:value", representing the primary key of the row.
  • Timeout setting for this operation.
    Default Value: 5000
Header Parameters
Back to Top

Response

Supported Media Types

200 Response

The requested row.
Headers
  • For optimistic concurrency control. See `if-match`.
  • Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
Body ()
Root Schema : Row
Type: object
The result of GetRow.
Show Source
Nested Schema : RequestUsage
Type: object
The usage metrics for a request.
Show Source
Nested Schema : value
Type: object
Additional Properties Allowed
Show Source
The map of values from a row.
Nested Schema : additionalProperties
Type: object

400 Response

Bad Request
Headers
  • Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
Body ()
Root Schema : Error
Type: object
Error Information.
Show Source

401 Response

Unauthorized
Headers
  • Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
Body ()
Root Schema : Error
Type: object
Error Information.
Show Source

404 Response

Not Found
Headers
  • Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
Body ()
Root Schema : Error
Type: object
Error Information.
Show Source

429 Response

Too Many Requests
Headers
  • Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
  • A decimal number representing the number of seconds the client should wait before polling this endpoint again.
Body ()
Root Schema : Error
Type: object
Error Information.
Show Source

500 Response

Internal Server Error
Headers
  • Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
Body ()
Root Schema : Error
Type: object
Error Information.
Show Source

Default Response

Unknown Error
Headers
  • Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
Body ()
Root Schema : Error
Type: object
Error Information.
Show Source
Back to Top