Skip to main content

Get Table By Row ID

Get a table row by its ID.

GET/v1/elemental/table/by-row-id/{id}

Properties

NameTypeRequiredDescription
idnumberID of the table row

Example

/v1/elemental/table/by-row-id/123

CURL Example

curl -X GET "https://api-integrations.snackprompt.com/v1/elemental/table/by-row-id/{id}" \
-H "Content-Type: application/json" \
-H "x-api-key: YOUR_API_KEY"