Retrieves a row in a list

get

/spaces/{spacename}/lists/({listid: .+})/rows/({rowid: .+})

Retrieves a row information from a list

Request

Path Parameters
Back to Top

Response

Supported Media Types

200 Response

success
Body ()
Root Schema : Row
Type: object
Show Source
Nested Schema : PersonReference
Type: object
Show Source
Nested Schema : columns
Type: array
Show Source
Nested Schema : dataColumn
Type: object
Show Source

404 Response

ID for the portal, list, or row is invalid

500 Response

Specified List is unavailable for this portal
Back to Top