Create a row in a list

post

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

Creates a row in a list

Request

Path Parameters
Body ()
Row data
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
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

201 Response

Row successfully created

404 Response

ID for the portal, list, or row is invalid

422 Response

Data in the specified list row is invalid

500 Response

Specified List is unavailable for this portal
Back to Top