Skip to main content

Table API

You will be able to manage your tables with this API

API


Get All Tables

Show all tables.

Description:
  • Allows you to retrieve a list of all tables.

GET

/v1/crm/core/table

Request URL
https://bifrost-us.deskera.com/v1/crm/core/table
Curl
curl -X GET "https://bifrost-us.deskera.com/v1/crm/core/table" -H "accept: application/json" -H "x-access-token: sampleaccesstoken"
Parameters
NameLocated inDescriptionRequiredSchema
objectTypesqueryComma separated objectTypes of tables to fetchNostring
databaseNamequeryDatabase Name associated with tables to fetchNostring
Sample Response
Click to expand/collapse
{
"data": [
{
"_id": "61faa9c1822a71d710f4f6a4",
"name": "contact",
"objectType": "CONTACT",
"databaseId": "60e57afc1caa010011b513ac",
"databaseName": "crm",
"columnsMetaData": [
{
"id": "Uvhr",
"name": "Name",
"type": "text",
"index": 0,
"options": [

],
"required": true,
"width": 174,
"editable": true,
"hidden": false,
"systemField": true,
"uiVisible": true,
"columnCode": "name",
"datasource": [

]
},
{
"id": "JofH",
"name": "Email",
"type": "email",
"index": 1,
"options": [

],
"required": false,
"width": 236,
"editable": true,
"hidden": false,
"systemField": true,
"uiVisible": true,
"columnCode": "email",
"datasource": [

]
},
{
"id": "VKQV",
"name": "Type",
"type": "select",
"index": 2,
"options": [
{
"name": "People",
"id": 1,
"color": "data-grid-badge-color-1",
"systemField": true
},
{
"name": "Organization",
"id": 2,
"color": "data-grid-badge-color-2",
"systemField": true
}
],
"required": false,
"width": 125,
"editable": true,
"hidden": false,
"systemField": true,
"uiVisible": true,
"columnCode": "type",
"datasource": [

],
"allowAddOption": true
},
{
"id": "VKek",
"name": "Phone",
"type": "phone",
"index": 3,
"options": [

],
"required": false,
"width": 144,
"editable": true,
"hidden": false,
"systemField": false,
"uiVisible": true,
"columnCode": "phone",
"datasource": [

]
},
{
"id": "5ZLD",
"name": "Organization",
"type": "text",
"index": 4,
"options": [

],
"required": false,
"width": 148,
"editable": true,
"hidden": false,
"systemField": false,
"uiVisible": true,
"columnCode": "organization",
"datasource": [

]
},
{
"id": "UgCs",
"name": "Address",
"type": "text",
"index": 5,
"options": [

],
"required": false,
"width": 172,
"editable": true,
"hidden": false,
"systemField": false,
"uiVisible": true,
"columnCode": "address",
"datasource": [

]
},
{
"id": "HLsw",
"name": "Segment",
"type": "multi-select",
"index": 6,
"options": [
{
"name": "Master List",
"id": 1,
"color": "data-grid-badge-color-1",
"systemField": true
},
{
"id": 7661,
"name": "My Seg 1",
"color": "data-grid-badge-color-3"
}
],
"required": false,
"width": 250,
"editable": true,
"hidden": false,
"systemField": true,
"uiVisible": true,
"columnCode": "segment",
"datasource": [

],
"allowAddOption": true
},
{
"id": "8TlJ",
"name": "Status",
"type": "select",
"index": 7,
"options": [
{
"name": "Active",
"id": 1,
"color": "data-grid-badge-color-6",
"systemField": true
},
{
"name": "In-Active",
"id": 2,
"color": "data-grid-badge-color-10",
"systemField": true
}
],
"required": false,
"width": 87,
"editable": true,
"hidden": false,
"systemField": true,
"uiVisible": true,
"columnCode": "status",
"datasource": [

],
"allowAddOption": true
},
{
"id": "QFyJ",
"name": "Label",
"type": "select",
"index": 8,
"options": [
{
"name": "Cold Lead ❄️",
"id": 1,
"color": "data-grid-badge-color-7",
"systemField": true
},
{
"name": "Hot Lead 🔥",
"id": 2,
"color": "data-grid-badge-color-10",
"systemField": true
},
{
"name": "Warm Lead ♨️",
"id": 3,
"color": "data-grid-badge-color-5",
"systemField": true
}
],
"required": false,
"width": 123,
"editable": true,
"hidden": false,
"systemField": false,
"uiVisible": true,
"columnCode": "label",
"datasource": [

],
"allowAddOption": true
},
{
"id": "hqta",
"name": "Profile Pic",
"type": "text",
"index": 9,
"options": null,
"required": false,
"width": 250,
"editable": true,
"hidden": true,
"systemField": true,
"uiVisible": false,
"columnCode": "profile_pic",
"datasource": [

]
},
{
"name": "Unsubscribed",
"columnCode": "unsubscribed",
"type": "boolean",
"index": 10,
"options": null,
"required": false,
"width": 250,
"editable": false,
"hidden": true,
"systemField": true,
"uiVisible": false,
"id": "5PCd",
"datasource": [

]
},
{
"name": "Source",
"columnCode": "source",
"type": "string",
"index": 11,
"options": null,
"required": false,
"width": 250,
"editable": false,
"hidden": true,
"systemField": true,
"uiVisible": false,
"id": "a2vj"
},
{
"name": "Source Id",
"columnCode": "source_id",
"type": "text",
"index": 12,
"options": null,
"required": false,
"width": 250,
"editable": false,
"hidden": true,
"systemField": true,
"uiVisible": false,
"id": "QbZm"
},
{
"name": "Created At",
"columnCode": "created_at",
"type": "date",
"index": 13,
"options": [

],
"required": false,
"width": 117,
"editable": false,
"hidden": false,
"systemField": true,
"uiVisible": true,
"id": "iPz8"
},
{
"id": "30Tf",
"name": "Attachment",
"columnCode": "attachment",
"type": "json",
"index": 14,
"options": null,
"required": false,
"width": 150,
"editable": false,
"hidden": false,
"systemField": true,
"uiVisible": true
},
{
"name": "Books Contact Id",
"type": "number",
"options": null,
"required": false,
"width": 250,
"editable": false,
"hidden": true,
"systemField": true,
"uiVisible": false,
"columnCode": "books_contact_id",
"id": "gulv",
"index": 15
},
{
"id": "KvRO",
"name": "Country",
"columnCode": "",
"type": "text",
"index": 16,
"options": [

],
"datasource": null,
"required": false,
"width": 220,
"editable": true,
"hidden": false,
"systemField": false,
"uiVisible": true
},
{
"name": "Note",
"columnCode": "note",
"type": "json_array",
"index": 17,
"options": null,
"required": false,
"width": 250,
"editable": false,
"hidden": true,
"systemField": true,
"uiVisible": true,
"id": "lRkX"
},
{
"name": "Owner",
"type": "user",
"options": null,
"required": false,
"width": 250,
"editable": true,
"hidden": false,
"systemField": true,
"uiVisible": true,
"columnCode": "owner_id",
"datasource": [

],
"id": "Fvks",
"index": 18
}
],
"createdAt": "2022-02-02T15:56:49.824Z",
"createdBy": 231183,
"updatedAt": "2022-04-19T08:28:15.007Z"
},
{
"_id": "61faa9c1822a71d710f4f6c8",
"name": "deal",
"objectType": "DEAL",
"databaseId": "60e57afc1caa010011b513ac",
"databaseName": "crm",
"columnsMetaData": [
{
"id": "lLAQ",
"name": "Name",
"type": "text",
"index": 0,
"options": null,
"required": true,
"width": 250,
"editable": true,
"hidden": false,
"systemField": true,
"uiVisible": true,
"columnCode": "name",
"datasource": [

]
},
{
"id": "51z1",
"name": "Closing Date",
"type": "date",
"index": 1,
"options": null,
"required": false,
"width": 250,
"editable": true,
"hidden": false,
"systemField": true,
"uiVisible": true,
"columnCode": "closing_date",
"datasource": [

]
},
{
"id": "TL0y",
"name": "Stage",
"type": "ref",
"index": 2,
"options": null,
"required": true,
"width": 250,
"editable": true,
"hidden": true,
"systemField": true,
"uiVisible": false,
"columnCode": "stage_id",
"refTable": {
"_id": "61faa9c1822a71d710f4f6c2",
"objectType": "STAGE"
},
"datasource": [

],
"allowAddOption": true
},
{
"id": "nFek",
"name": "Amount",
"type": "number",
"index": 3,
"options": null,
"required": false,
"width": 250,
"editable": true,
"hidden": false,
"systemField": true,
"uiVisible": true,
"columnCode": "amount",
"datasource": [

]
},
{
"id": "t3nA",
"name": "Contact",
"type": "ref",
"index": 4,
"options": null,
"required": false,
"width": 250,
"editable": true,
"hidden": true,
"systemField": true,
"uiVisible": false,
"columnCode": "contact_id",
"refTable": {
"_id": "61faa9c1822a71d710f4f6a4",
"objectType": "CONTACT"
},
"datasource": [

],
"allowAddOption": true
},
{
"id": "cuEj",
"name": "Deal Date",
"type": "date",
"index": 5,
"options": null,
"required": false,
"width": 250,
"editable": true,
"hidden": false,
"systemField": true,
"uiVisible": true,
"columnCode": "deal_date",
"datasource": [

]
},
{
"id": "JK95",
"name": "Deal Owner",
"type": "user",
"index": 6,
"options": null,
"required": false,
"width": 250,
"editable": true,
"hidden": false,
"systemField": true,
"uiVisible": true,
"columnCode": "owner_id",
"datasource": [

],
"allowAddOption": true
},
{
"id": "WCDY",
"name": "Visibility",
"type": "select",
"index": 7,
"options": [
{
"name": "Private",
"id": 1,
"systemField": true,
"color": "data-grid-badge-color-10"
},
{
"name": "Team",
"id": 2,
"systemField": true,
"color": "data-grid-badge-color-7"
},
{
"name": "Everyone",
"id": 3,
"systemField": true,
"color": "data-grid-badge-color-1"
}
],
"required": false,
"width": 250,
"editable": true,
"hidden": true,
"systemField": true,
"uiVisible": false,
"columnCode": "visibility",
"datasource": [

],
"allowAddOption": true
},
{
"id": "vWRe",
"name": "Organization",
"type": "ref",
"index": 8,
"options": null,
"required": false,
"width": 250,
"editable": true,
"hidden": true,
"systemField": true,
"uiVisible": false,
"columnCode": "organization_id",
"refTable": {
"_id": "61faa9c1822a71d710f4f6a4",
"objectType": "CONTACT"
},
"datasource": [

],
"allowAddOption": true
},
{
"id": "j6zv",
"name": "Pipeline",
"columnCode": "pipeline_id",
"type": "ref",
"index": 9,
"options": null,
"required": true,
"width": 250,
"editable": true,
"hidden": true,
"systemField": true,
"uiVisible": false,
"refTable": {
"_id": "61faa9c1822a71d710f4f6bc",
"objectType": "PIPELINE"
},
"datasource": [

],
"allowAddOption": true
},
{
"name": "Status",
"columnCode": "status",
"type": "number",
"index": 10,
"options": null,
"required": false,
"width": 250,
"editable": true,
"hidden": true,
"systemField": true,
"uiVisible": false,
"id": "3k1O",
"datasource": [

]
},
{
"name": "Reason",
"columnCode": "reason",
"type": "text",
"index": 11,
"options": null,
"required": false,
"width": 250,
"editable": false,
"hidden": false,
"systemField": true,
"uiVisible": true,
"id": "amz1",
"datasource": [

]
},
{
"id": "3UTH",
"name": "Note",
"columnCode": "note",
"type": "json_array",
"index": 12,
"options": null,
"required": false,
"width": 250,
"editable": false,
"hidden": true,
"systemField": true,
"uiVisible": true,
"datasource": [

]
},
{
"name": "Source",
"columnCode": "source",
"type": "string",
"index": 13,
"options": null,
"required": false,
"width": 250,
"editable": false,
"hidden": true,
"systemField": true,
"uiVisible": false,
"id": "stxU"
},
{
"name": "Source Id",
"columnCode": "source_id",
"type": "text",
"index": 14,
"options": null,
"required": false,
"width": 250,
"editable": false,
"hidden": true,
"systemField": true,
"uiVisible": false,
"id": "VXpo"
},
{
"name": "Created At",
"columnCode": "created_at",
"type": "date",
"index": 15,
"options": null,
"required": false,
"width": 250,
"editable": false,
"hidden": false,
"systemField": true,
"uiVisible": true,
"id": "VcXB"
},
{
"id": "ERWE",
"name": "Attachment",
"columnCode": "attachment",
"type": "json",
"index": 16,
"options": null,
"required": false,
"width": 150,
"editable": false,
"hidden": false,
"systemField": true,
"uiVisible": true
}
],
"createdAt": "2022-02-02T15:56:49.827Z",
"createdBy": 231183,
"updatedAt": "2022-02-08T12:47:15.390Z"
}
],
"totalCount": 32
}
Responses
CodeDescriptionSchema
200OKTableListResponse
401Unauthorized
Security
Security SchemaScopes
ApiKeyAuth

Get Table by ID

Get a Table by ID

Description:
  • Allows you to retrieve a table by its unique id.

GET

/v1/crm/core/table/{tableId}

Request URL
https://bifrost-us.deskera.com/v1/crm/core/table/61faa9c1822a71d710f4f6a4
Curl
curl -X GET "https://bifrost-us.deskera.com/v1/crm/core/table/61faa9c1822a71d710f4f6a4" -H "accept: application/json" -H "x-access-token: sampleaccesstoken"
Parameters
NameLocated inDescriptionRequiredSchema
tableIdpathUnique idYesstring
Sample Response
Click to expand/collapse
{
"_id": "61faa9c1822a71d710f4f6a4",
"name": "contact",
"objectType": "CONTACT",
"databaseId": "60e57afc1caa010011b513ac",
"databaseName": "crm",
"columnsMetaData": [
{
"id": "Uvhr",
"name": "Name",
"type": "text",
"index": 0,
"options": [

],
"required": true,
"width": 174,
"editable": true,
"hidden": false,
"systemField": true,
"uiVisible": true,
"columnCode": "name",
"datasource": [

]
},
{
"id": "JofH",
"name": "Email",
"type": "email",
"index": 1,
"options": [

],
"required": false,
"width": 236,
"editable": true,
"hidden": false,
"systemField": true,
"uiVisible": true,
"columnCode": "email",
"datasource": [

]
},
{
"id": "VKQV",
"name": "Type",
"type": "select",
"index": 2,
"options": [
{
"name": "People",
"id": 1,
"color": "data-grid-badge-color-1",
"systemField": true
},
{
"name": "Organization",
"id": 2,
"color": "data-grid-badge-color-2",
"systemField": true
}
],
"required": false,
"width": 125,
"editable": true,
"hidden": false,
"systemField": true,
"uiVisible": true,
"columnCode": "type",
"datasource": [

],
"allowAddOption": true
},
{
"id": "VKek",
"name": "Phone",
"type": "phone",
"index": 3,
"options": [

],
"required": false,
"width": 144,
"editable": true,
"hidden": false,
"systemField": false,
"uiVisible": true,
"columnCode": "phone",
"datasource": [

]
},
{
"id": "5ZLD",
"name": "Organization",
"type": "text",
"index": 4,
"options": [

],
"required": false,
"width": 148,
"editable": true,
"hidden": false,
"systemField": false,
"uiVisible": true,
"columnCode": "organization",
"datasource": [

]
},
{
"id": "UgCs",
"name": "Address",
"type": "text",
"index": 5,
"options": [

],
"required": false,
"width": 172,
"editable": true,
"hidden": false,
"systemField": false,
"uiVisible": true,
"columnCode": "address",
"datasource": [

]
},
{
"id": "HLsw",
"name": "Segment",
"type": "multi-select",
"index": 6,
"options": [
{
"name": "Master List",
"id": 1,
"color": "data-grid-badge-color-1",
"systemField": true
},
{
"id": 7661,
"name": "My Seg 1",
"color": "data-grid-badge-color-3"
}
],
"required": false,
"width": 250,
"editable": true,
"hidden": false,
"systemField": true,
"uiVisible": true,
"columnCode": "segment",
"datasource": [

],
"allowAddOption": true
},
{
"id": "8TlJ",
"name": "Status",
"type": "select",
"index": 7,
"options": [
{
"name": "Active",
"id": 1,
"color": "data-grid-badge-color-6",
"systemField": true
},
{
"name": "In-Active",
"id": 2,
"color": "data-grid-badge-color-10",
"systemField": true
}
],
"required": false,
"width": 87,
"editable": true,
"hidden": false,
"systemField": true,
"uiVisible": true,
"columnCode": "status",
"datasource": [

],
"allowAddOption": true
},
{
"id": "QFyJ",
"name": "Label",
"type": "select",
"index": 8,
"options": [
{
"name": "Cold Lead ❄️",
"id": 1,
"color": "data-grid-badge-color-7",
"systemField": true
},
{
"name": "Hot Lead 🔥",
"id": 2,
"color": "data-grid-badge-color-10",
"systemField": true
},
{
"name": "Warm Lead ♨️",
"id": 3,
"color": "data-grid-badge-color-5",
"systemField": true
}
],
"required": false,
"width": 123,
"editable": true,
"hidden": false,
"systemField": false,
"uiVisible": true,
"columnCode": "label",
"datasource": [

],
"allowAddOption": true
},
{
"id": "hqta",
"name": "Profile Pic",
"type": "text",
"index": 9,
"options": null,
"required": false,
"width": 250,
"editable": true,
"hidden": true,
"systemField": true,
"uiVisible": false,
"columnCode": "profile_pic",
"datasource": [

]
},
{
"name": "Unsubscribed",
"columnCode": "unsubscribed",
"type": "boolean",
"index": 10,
"options": null,
"required": false,
"width": 250,
"editable": false,
"hidden": true,
"systemField": true,
"uiVisible": false,
"id": "5PCd",
"datasource": [

]
},
{
"name": "Source",
"columnCode": "source",
"type": "string",
"index": 11,
"options": null,
"required": false,
"width": 250,
"editable": false,
"hidden": true,
"systemField": true,
"uiVisible": false,
"id": "a2vj"
},
{
"name": "Source Id",
"columnCode": "source_id",
"type": "text",
"index": 12,
"options": null,
"required": false,
"width": 250,
"editable": false,
"hidden": true,
"systemField": true,
"uiVisible": false,
"id": "QbZm"
},
{
"name": "Created At",
"columnCode": "created_at",
"type": "date",
"index": 13,
"options": [

],
"required": false,
"width": 117,
"editable": false,
"hidden": false,
"systemField": true,
"uiVisible": true,
"id": "iPz8"
},
{
"id": "30Tf",
"name": "Attachment",
"columnCode": "attachment",
"type": "json",
"index": 14,
"options": null,
"required": false,
"width": 150,
"editable": false,
"hidden": false,
"systemField": true,
"uiVisible": true
},
{
"name": "Books Contact Id",
"type": "number",
"options": null,
"required": false,
"width": 250,
"editable": false,
"hidden": true,
"systemField": true,
"uiVisible": false,
"columnCode": "books_contact_id",
"id": "gulv",
"index": 15
},
{
"id": "KvRO",
"name": "Country",
"columnCode": "",
"type": "text",
"index": 16,
"options": [

],
"datasource": null,
"required": false,
"width": 220,
"editable": true,
"hidden": false,
"systemField": false,
"uiVisible": true
},
{
"name": "Note",
"columnCode": "note",
"type": "json_array",
"index": 17,
"options": null,
"required": false,
"width": 250,
"editable": false,
"hidden": true,
"systemField": true,
"uiVisible": true,
"id": "lRkX"
},
{
"name": "Owner",
"type": "user",
"options": null,
"required": false,
"width": 250,
"editable": true,
"hidden": false,
"systemField": true,
"uiVisible": true,
"columnCode": "owner_id",
"datasource": [

],
"id": "Fvks",
"index": 18
}
],
"createdAt": "2022-02-02T15:56:49.824Z",
"createdBy": 231183,
"updatedAt": "2022-04-19T08:28:15.007Z"
}
Responses
CodeDescriptionSchema
200OKTable
401Unauthorized
404Not Found
Security
Security SchemaScopes
ApiKeyAuth

Get All Tables by objectType

Show all tables mapped with objectType.

Description:
  • Allows you to retrieve a list of all tables mapped with their objectType.

GET

/v1/crm/core/table/by-object-type

Request URL
https://bifrost-us.deskera.com/v1/crm/core/table/by-object-type
Curl
curl -X GET "https://bifrost-us.deskera.com/v1/crm/core/table/by-object-type" -H "accept: application/json" -H "x-access-token: sampleaccesstoken"
Parameters
NameLocated inDescriptionRequiredSchema
objectTypesqueryComma separated objectTypes of tables to fetchNostring
databaseNamequeryDatabase Name associated with tables to fetchNostring
Sample Response
Click to expand/collapse
{
"CONTACT": {
"_id": "61faa9c1822a71d710f4f6a4",
"name": "contact",
"objectType": "CONTACT",
"databaseId": "60e57afc1caa010011b513ac",
"databaseName": "crm",
"columnsMetaData": [
{
"id": "Uvhr",
"name": "Name",
"type": "text",
"index": 0,
"options": [

],
"required": true,
"width": 174,
"editable": true,
"hidden": false,
"systemField": true,
"uiVisible": true,
"columnCode": "name",
"datasource": [

]
},
{
"id": "JofH",
"name": "Email",
"type": "email",
"index": 1,
"options": [

],
"required": false,
"width": 236,
"editable": true,
"hidden": false,
"systemField": true,
"uiVisible": true,
"columnCode": "email",
"datasource": [

]
},
{
"id": "VKQV",
"name": "Type",
"type": "select",
"index": 2,
"options": [
{
"name": "People",
"id": 1,
"color": "data-grid-badge-color-1",
"systemField": true
},
{
"name": "Organization",
"id": 2,
"color": "data-grid-badge-color-2",
"systemField": true
}
],
"required": false,
"width": 125,
"editable": true,
"hidden": false,
"systemField": true,
"uiVisible": true,
"columnCode": "type",
"datasource": [

],
"allowAddOption": true
},
{
"id": "VKek",
"name": "Phone",
"type": "phone",
"index": 3,
"options": [

],
"required": false,
"width": 144,
"editable": true,
"hidden": false,
"systemField": false,
"uiVisible": true,
"columnCode": "phone",
"datasource": [

]
},
{
"id": "5ZLD",
"name": "Organization",
"type": "text",
"index": 4,
"options": [

],
"required": false,
"width": 148,
"editable": true,
"hidden": false,
"systemField": false,
"uiVisible": true,
"columnCode": "organization",
"datasource": [

]
},
{
"id": "UgCs",
"name": "Address",
"type": "text",
"index": 5,
"options": [

],
"required": false,
"width": 172,
"editable": true,
"hidden": false,
"systemField": false,
"uiVisible": true,
"columnCode": "address",
"datasource": [

]
},
{
"id": "HLsw",
"name": "Segment",
"type": "multi-select",
"index": 6,
"options": [
{
"name": "Master List",
"id": 1,
"color": "data-grid-badge-color-1",
"systemField": true
},
{
"id": 7661,
"name": "My Seg 1",
"color": "data-grid-badge-color-3"
}
],
"required": false,
"width": 250,
"editable": true,
"hidden": false,
"systemField": true,
"uiVisible": true,
"columnCode": "segment",
"datasource": [

],
"allowAddOption": true
},
{
"id": "8TlJ",
"name": "Status",
"type": "select",
"index": 7,
"options": [
{
"name": "Active",
"id": 1,
"color": "data-grid-badge-color-6",
"systemField": true
},
{
"name": "In-Active",
"id": 2,
"color": "data-grid-badge-color-10",
"systemField": true
}
],
"required": false,
"width": 87,
"editable": true,
"hidden": false,
"systemField": true,
"uiVisible": true,
"columnCode": "status",
"datasource": [

],
"allowAddOption": true
},
{
"id": "QFyJ",
"name": "Label",
"type": "select",
"index": 8,
"options": [
{
"name": "Cold Lead ❄️",
"id": 1,
"color": "data-grid-badge-color-7",
"systemField": true
},
{
"name": "Hot Lead 🔥",
"id": 2,
"color": "data-grid-badge-color-10",
"systemField": true
},
{
"name": "Warm Lead ♨️",
"id": 3,
"color": "data-grid-badge-color-5",
"systemField": true
}
],
"required": false,
"width": 123,
"editable": true,
"hidden": false,
"systemField": false,
"uiVisible": true,
"columnCode": "label",
"datasource": [

],
"allowAddOption": true
},
{
"id": "hqta",
"name": "Profile Pic",
"type": "text",
"index": 9,
"options": null,
"required": false,
"width": 250,
"editable": true,
"hidden": true,
"systemField": true,
"uiVisible": false,
"columnCode": "profile_pic",
"datasource": [

]
},
{
"name": "Unsubscribed",
"columnCode": "unsubscribed",
"type": "boolean",
"index": 10,
"options": null,
"required": false,
"width": 250,
"editable": false,
"hidden": true,
"systemField": true,
"uiVisible": false,
"id": "5PCd",
"datasource": [

]
},
{
"name": "Source",
"columnCode": "source",
"type": "string",
"index": 11,
"options": null,
"required": false,
"width": 250,
"editable": false,
"hidden": true,
"systemField": true,
"uiVisible": false,
"id": "a2vj"
},
{
"name": "Source Id",
"columnCode": "source_id",
"type": "text",
"index": 12,
"options": null,
"required": false,
"width": 250,
"editable": false,
"hidden": true,
"systemField": true,
"uiVisible": false,
"id": "QbZm"
},
{
"name": "Created At",
"columnCode": "created_at",
"type": "date",
"index": 13,
"options": [

],
"required": false,
"width": 117,
"editable": false,
"hidden": false,
"systemField": true,
"uiVisible": true,
"id": "iPz8"
},
{
"id": "30Tf",
"name": "Attachment",
"columnCode": "attachment",
"type": "json",
"index": 14,
"options": null,
"required": false,
"width": 150,
"editable": false,
"hidden": false,
"systemField": true,
"uiVisible": true
},
{
"name": "Books Contact Id",
"type": "number",
"options": null,
"required": false,
"width": 250,
"editable": false,
"hidden": true,
"systemField": true,
"uiVisible": false,
"columnCode": "books_contact_id",
"id": "gulv",
"index": 15
},
{
"id": "KvRO",
"name": "Country",
"columnCode": "",
"type": "text",
"index": 16,
"options": [

],
"datasource": null,
"required": false,
"width": 220,
"editable": true,
"hidden": false,
"systemField": false,
"uiVisible": true
},
{
"name": "Note",
"columnCode": "note",
"type": "json_array",
"index": 17,
"options": null,
"required": false,
"width": 250,
"editable": false,
"hidden": true,
"systemField": true,
"uiVisible": true,
"id": "lRkX"
},
{
"name": "Owner",
"type": "user",
"options": null,
"required": false,
"width": 250,
"editable": true,
"hidden": false,
"systemField": true,
"uiVisible": true,
"columnCode": "owner_id",
"datasource": [

],
"id": "Fvks",
"index": 18
}
],
"createdAt": "2022-02-02T15:56:49.824Z",
"createdBy": 231183,
"updatedAt": "2022-04-19T08:28:15.007Z"
},
"DEAL": {
"_id": "61faa9c1822a71d710f4f6c8",
"name": "deal",
"objectType": "DEAL",
"databaseId": "60e57afc1caa010011b513ac",
"databaseName": "crm",
"columnsMetaData": [
{
"id": "lLAQ",
"name": "Name",
"type": "text",
"index": 0,
"options": null,
"required": true,
"width": 250,
"editable": true,
"hidden": false,
"systemField": true,
"uiVisible": true,
"columnCode": "name",
"datasource": [

]
},
{
"id": "51z1",
"name": "Closing Date",
"type": "date",
"index": 1,
"options": null,
"required": false,
"width": 250,
"editable": true,
"hidden": false,
"systemField": true,
"uiVisible": true,
"columnCode": "closing_date",
"datasource": [

]
},
{
"id": "TL0y",
"name": "Stage",
"type": "ref",
"index": 2,
"options": null,
"required": true,
"width": 250,
"editable": true,
"hidden": true,
"systemField": true,
"uiVisible": false,
"columnCode": "stage_id",
"refTable": {
"_id": "61faa9c1822a71d710f4f6c2",
"objectType": "STAGE"
},
"datasource": [

],
"allowAddOption": true
},
{
"id": "nFek",
"name": "Amount",
"type": "number",
"index": 3,
"options": null,
"required": false,
"width": 250,
"editable": true,
"hidden": false,
"systemField": true,
"uiVisible": true,
"columnCode": "amount",
"datasource": [

]
},
{
"id": "t3nA",
"name": "Contact",
"type": "ref",
"index": 4,
"options": null,
"required": false,
"width": 250,
"editable": true,
"hidden": true,
"systemField": true,
"uiVisible": false,
"columnCode": "contact_id",
"refTable": {
"_id": "61faa9c1822a71d710f4f6a4",
"objectType": "CONTACT"
},
"datasource": [

],
"allowAddOption": true
},
{
"id": "cuEj",
"name": "Deal Date",
"type": "date",
"index": 5,
"options": null,
"required": false,
"width": 250,
"editable": true,
"hidden": false,
"systemField": true,
"uiVisible": true,
"columnCode": "deal_date",
"datasource": [

]
},
{
"id": "JK95",
"name": "Deal Owner",
"type": "user",
"index": 6,
"options": null,
"required": false,
"width": 250,
"editable": true,
"hidden": false,
"systemField": true,
"uiVisible": true,
"columnCode": "owner_id",
"datasource": [

],
"allowAddOption": true
},
{
"id": "WCDY",
"name": "Visibility",
"type": "select",
"index": 7,
"options": [
{
"name": "Private",
"id": 1,
"systemField": true,
"color": "data-grid-badge-color-10"
},
{
"name": "Team",
"id": 2,
"systemField": true,
"color": "data-grid-badge-color-7"
},
{
"name": "Everyone",
"id": 3,
"systemField": true,
"color": "data-grid-badge-color-1"
}
],
"required": false,
"width": 250,
"editable": true,
"hidden": true,
"systemField": true,
"uiVisible": false,
"columnCode": "visibility",
"datasource": [

],
"allowAddOption": true
},
{
"id": "vWRe",
"name": "Organization",
"type": "ref",
"index": 8,
"options": null,
"required": false,
"width": 250,
"editable": true,
"hidden": true,
"systemField": true,
"uiVisible": false,
"columnCode": "organization_id",
"refTable": {
"_id": "61faa9c1822a71d710f4f6a4",
"objectType": "CONTACT"
},
"datasource": [

],
"allowAddOption": true
},
{
"id": "j6zv",
"name": "Pipeline",
"columnCode": "pipeline_id",
"type": "ref",
"index": 9,
"options": null,
"required": true,
"width": 250,
"editable": true,
"hidden": true,
"systemField": true,
"uiVisible": false,
"refTable": {
"_id": "61faa9c1822a71d710f4f6bc",
"objectType": "PIPELINE"
},
"datasource": [

],
"allowAddOption": true
},
{
"name": "Status",
"columnCode": "status",
"type": "number",
"index": 10,
"options": null,
"required": false,
"width": 250,
"editable": true,
"hidden": true,
"systemField": true,
"uiVisible": false,
"id": "3k1O",
"datasource": [

]
},
{
"name": "Reason",
"columnCode": "reason",
"type": "text",
"index": 11,
"options": null,
"required": false,
"width": 250,
"editable": false,
"hidden": false,
"systemField": true,
"uiVisible": true,
"id": "amz1",
"datasource": [

]
},
{
"id": "3UTH",
"name": "Note",
"columnCode": "note",
"type": "json_array",
"index": 12,
"options": null,
"required": false,
"width": 250,
"editable": false,
"hidden": true,
"systemField": true,
"uiVisible": true,
"datasource": [

]
},
{
"name": "Source",
"columnCode": "source",
"type": "string",
"index": 13,
"options": null,
"required": false,
"width": 250,
"editable": false,
"hidden": true,
"systemField": true,
"uiVisible": false,
"id": "stxU"
},
{
"name": "Source Id",
"columnCode": "source_id",
"type": "text",
"index": 14,
"options": null,
"required": false,
"width": 250,
"editable": false,
"hidden": true,
"systemField": true,
"uiVisible": false,
"id": "VXpo"
},
{
"name": "Created At",
"columnCode": "created_at",
"type": "date",
"index": 15,
"options": null,
"required": false,
"width": 250,
"editable": false,
"hidden": false,
"systemField": true,
"uiVisible": true,
"id": "VcXB"
},
{
"id": "ERWE",
"name": "Attachment",
"columnCode": "attachment",
"type": "json",
"index": 16,
"options": null,
"required": false,
"width": 150,
"editable": false,
"hidden": false,
"systemField": true,
"uiVisible": true
}
],
"createdAt": "2022-02-02T15:56:49.827Z",
"createdBy": 231183,
"updatedAt": "2022-02-08T12:47:15.390Z"
}
}
Responses
CodeDescriptionSchema
200OKTables mapped with objectType
401Unauthorized
Security
Security SchemaScopes
ApiKeyAuth

Models


TableListResponse

NameTypeDescriptionRequired
dataList of TableYes
totalCountintegerYes

Table

NameTypeDescriptionRequired
_idstringunique idYes
namestringName of the tableNo
objectTypestringUnique readable typeNo
databaseIdstringNo
databaseNamestringName of the database where table records are storedNo
columnsMetaDataList of ColumnNo
createdAtstringISO timestampNo
updatedAtstringISO timestampNo
createdByintegeriamUserId of the user who created the tableNo

Column

NameTypeDescriptionRequired
idstringUnique id within the tableYes
namestringDisplay nameNo
columnCodestringUnique readable codeNo
typeColumnTypeType of the columnNo
indexintegerindex of column in the display orderNo
optionsList of ColumnOptionpossible values of the column. Applicable to select and multi-select type only.No
requiredbooleanWhether the value of column is required in each recordNo
widthintegerwidth of the column in gridNo
editablebooleanWhether the column value is editable in gridNo
hiddenbooleanWhether the column is to be kept hidden in the gridNo
systemFieldbooleanWhether the column is provided by the system by defaultNo
uiVisiblebooleanWhether the column is visible in UINo

ColumnType

NameDescription
textPlain text
numbernumber. integer or decimal
emailemail address
datetimestamp. Saved in ISO format
urlurl
phonephone number
selectsingle-selection drop-down with possible values defined in options. Value is stored as an array.
multi-selectmulti-selection drop-down with possible values defined in options
booleantrue/false
refreference of a record from same table or another table. Value is stored as an array.
ref_arrayreference of multiple records from same table or another table
useriamUserId of a user of the org. Value is stored as an array.
user_arraylist of iamUserId of one or more users of the org

ColumnOption

NameTypeDescriptionRequired
idstringUnique id within the columnYes
namestringDisplay nameNo
colorstringBadge colorNo
systemFieldbooleanWhether the option is provided by the system by defaultNo