You can fetch a list of all data attributes belonging to a workspace for contacts, companies or conversations.
You can fetch a list of all data attributes belonging to a workspace for contacts, companies or conversations.
{ "type": "list", "data": [ { "type": "data_attribute", "name": "name", "full_name": "name", "label": "Company name", "description": "The name of a company", "data_type": "string", "api_writable": true, "ui_writable": false, "custom": false, "archived": false, "model": "company" }, { "type": "data_attribute", "name": "company_id", "full_name": "company_id", "label": "Company ID", "description": "A number identifying a company", "data_type": "string", "api_writable": false, "ui_writable": false, "custom": false, "archived": false, "model": "company" }, { "type": "data_attribute", "name": "last_request_at", "full_name": "last_request_at", "label": "Company last seen", "description": "The last day anyone from a company visited your site or app", "data_type": "date", "api_writable": false, "ui_writable": false, "custom": false, "archived": false, "model": "company" }, { "type": "data_attribute", "name": "remote_created_at", "full_name": "remote_created_at", "label": "Company created at", "description": "The day a company was added to Intercom", "data_type": "date", "api_writable": true, "ui_writable": false, "custom": false, "archived": false, "model": "company" }, { "type": "data_attribute", "name": "user_count", "full_name": "user_count", "label": "People", "description": "The number of people in a company", "data_type": "integer", "api_writable": false, "ui_writable": false, "custom": false, "archived": false, "model": "company" }, { "type": "data_attribute", "name": "session_count", "full_name": "session_count", "label": "Company web sessions", "description": "All visits from anyone in a company to your product's site or app", "data_type": "integer", "api_writable": false, "ui_writable": false, "custom": false, "archived": false, "model": "company" }, { "type": "data_attribute", "name": "name", "full_name": "plan.name", "label": "Plan", "description": "A specific plan or level within your product that companies have signed up to", "data_type": "string", "api_writable": false, "ui_writable": false, "custom": false, "archived": false, "model": "company" }, { "type": "data_attribute", "name": "monthly_spend", "full_name": "monthly_spend", "label": "Monthly Spend", "description": "The monthly revenue you receive from a company", "data_type": "float", "api_writable": true, "ui_writable": false, "custom": false, "archived": false, "model": "company" }, { "type": "data_attribute", "name": "size", "full_name": "size", "label": "Company size", "description": "The number of people employed in this company, expressed as a single number", "data_type": "integer", "api_writable": true, "ui_writable": false, "custom": false, "archived": false, "model": "company" }, { "type": "data_attribute", "name": "industry", "full_name": "industry", "label": "Company industry", "description": "The category or domain this company belongs to e.g. 'ecommerce' or 'SaaS'", "data_type": "string", "api_writable": true, "ui_writable": false, "custom": false, "archived": false, "model": "company" }, { "type": "data_attribute", "name": "website", "full_name": "website", "label": "Company website", "description": "The web address for the company's primary marketing site", "data_type": "string", "api_writable": true, "ui_writable": false, "custom": false, "archived": false, "model": "company" }, { "id": 115, "type": "data_attribute", "name": "The One Ring", "full_name": "custom_attributes.The One Ring", "label": "The One Ring", "description": "One ring to rule them all, one ring to find them, One ring to bring them all and in the darkness bind them.", "data_type": "string", "api_writable": true, "ui_writable": false, "custom": true, "archived": false, "admin_id": "991268832", "created_at": 1699443104, "updated_at": 1699443104, "model": "company" }, { "type": "data_attribute", "name": "id", "full_name": "id", "label": "ID", "description": "The Intercom defined id representing the company", "data_type": "string", "api_writable": false, "ui_writable": false, "custom": false, "archived": false, "model": "company" }, { "type": "data_attribute", "name": "created_at", "full_name": "created_at", "label": "Created at", "description": "The time the company was added to Intercom", "data_type": "date", "api_writable": false, "ui_writable": false, "custom": false, "archived": false, "model": "company" }, { "type": "data_attribute", "name": "updated_at", "full_name": "updated_at", "label": "Updated at", "description": "The last time the company was updated", "data_type": "date", "api_writable": false, "ui_writable": false, "custom": false, "archived": false, "model": "company" }, { "type": "data_attribute", "name": "id", "full_name": "plan.id", "label": "Plan ID", "description": "The Intercom defined id representing the plan", "data_type": "string", "api_writable": false, "ui_writable": false, "custom": false, "archived": false, "model": "company" }, { "type": "data_attribute", "name": "app_id", "full_name": "app_id", "label": "App ID", "description": "The Intercom defined id representing the app", "data_type": "string", "api_writable": false, "ui_writable": false, "custom": false, "archived": false, "model": "company" } ] }