Fetch all the fields or the primary key fields of the custom table

get

/rest/api/v1.3/lists/{listName}/customTable/{tableName}

Request

Path Parameters
Query Parameters
  • **ft=pk** returns only the primary key fields. **ft=all** returns all the fields. By default 'ft' is set to 'all'
Back to Top

Response

Supported Media Types

Default Response

Custom Tables
Body ()
Root Schema : Custom Table Fields
Type: object
Title: Custom Table Fields
Show Source
Nested Schema : customTableData
Type: object
Metadata about the custom table.
Show Source
Nested Schema : fields
Type: array
The Custom table Fields
Show Source
Nested Schema : items
Type: object
Show Source
Back to Top