Full name: projects.locations.instances.dataTables.dataTableRows.get
Get data table row
HTTP request
GET https://chronicle.googleapis.com/v1alpha/{name}
Path parameters
Parameters
name
string
Required. The resource name of the data table row i,e row_id. Format: projects/{project}/locations/{region}/instances/{instance}/dataTables/{data_table}/dataTableRows/{data_table_row}
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of DataTableRow.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-22 UTC."],[[["This webpage details how to retrieve a specific data table row using the `projects.locations.instances.dataTables.dataTableRows.get` method."],["The HTTP request method to get a data table row is `GET`, and requires the full resource name of the desired row, in the format `projects/{project}/locations/{region}/instances/{instance}/dataTables/{data_table}/dataTableRows/{data_table_row}`, in the `name` parameter of the request path."],["The request body for this method must be empty, meaning no data should be sent in the body of the request."],["Successful requests will return a response body containing an instance of `DataTableRow`, providing the data for the specified row."],["To perform this action, users must have the `chronicle.dataTableRows.get` IAM permission and have the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]