LogoLogo
WebsiteGuide & TutorialBlogBook a Demo
2.0.0
2.0.0
  • Getting Started
  • Widget
    • Overview
    • Installation
    • Customization
      • Settings
        • Greeting
        • Greeting Introduction
        • Conversation button
        • Conversation list title
        • Launcher Text
        • Widget Appearance
      • Methods
        • Widget visibility
        • Widget window state
        • Set Customer Info
        • Get Customer info
      • Events/Callbacks
        • reloadUI
        • onChatMaximize
        • onChatMinimize
        • onChatInitiated/Started
        • onChatClosed
        • onAgentAssign
        • onAgentStateChange (Available/Unavailable)
      • Link resources
        • Share channel link
  • SDK
    • [Under Development] Overview
    • [Under Development] iOS
      • [Under Development] iOS Setup Guide
        • [Under Development] Getting Started
        • [Under Development] Integration Guide (Core)
        • [Under Development] Integration Guide (Lite)
      • [Under Development] Initialization
      • [Under Development] Theme Setting
      • [Under Development] Acquire Delegates for iOS
      • [Under Development] Widget customization
      • [Under Development] React Native
    • [Under Development] Android
      • [Under Development] Android Setup Guide
        • [Under Development] Getting Started
        • [Under Development] Integration Guide (Core)
        • [Under Development] Integration Guide (Lite)
      • [Under Development] Acquire SDK APIs
      • [Under Development] Acquire Delegates for Android
      • [Under Development] React Native
  • Webhooks
    • Introduction
    • Getting Started
    • Securing Webhook
    • Webhook Events
  • REST APIs
    • Introduction
      • Request Types, Permissions, Errors, & Limits
    • Authorization
    • Conversation
      • Cases
        • Messages
          • Retrieve a list of messages
          • Retrieve a message
          • Send a message
          • Update message
          • Delete Message
        • Case List
        • Single Case
        • Create
        • Close Case
        • Reopen Case
        • Invite Agent
      • Snooze
        • [Under Construction] Delete Snooze
        • Create Snooze
      • Notes
        • List all notes
        • Retrieve a note
        • Create
        • Add note message
        • Delete note
        • Retrieve note messages
    • Contact
      • List all contacts
      • Retrieve a contact
      • Add contact
      • Block Contact
      • Merge contact
      • Update contact
      • Delete contact
    • Company
      • List all companies
      • Retrieve a company
      • Add company
      • Update company
      • Delete company
    • Phone
      • Call in queue
      • Ringing
      • Answered
      • Call end
    • Chatbot
      • Conversational Bot
        • Groups
          • Get Default Group
          • List
          • Add
          • Delete
          • Copy
        • Question And Answer
          • List
          • Get
          • Add
          • Update
          • Delete
          • Publish
          • Bulk Action
          • Push QnA To Suggestions
          • Import QnA
      • Sequence Bot
        • Sequence List
        • Get Single Sequence
        • Add
        • Update
        • Delete
        • Bulk Action
        • Copy Existing Sequence
        • Branch
          • Get Single Branch
          • Add
          • Update
          • Delete
          • Set as Parent Branch
      • Bot resources
      • Webhooks in chatbot
    • Analytics
      • Custom Reporting
      • General Analytics
      • Chat
        • Overview
        • Tags
        • Visitor Information
          • Visitor Analytics
          • Visitor Source Overview
        • Video Analytics
      • Cobrowse
      • Chatbot
        • Sequence Bot
        • Conversational Bot
      • Knowledge Base
      • Email
      • VoIP - Call SMS
      • Agent Performance
    • [Under Construction] Custom Cards
      • Timeline-cards
        • Create Interaction Card
        • Update Interaction Card
        • List all Cards
        • Retrieve a card
        • Delete card
      • Exclusive cards
        • Create general card
        • Create app card - from other system
        • Delete card
    • Knowledge Base
      • Groups
        • Add
        • Update
        • Get
        • Get Single
        • Delete
      • Articles
        • Add Article
        • Update Article
        • Delete Article
        • Get Articles
        • Get Single Article
      • Category
        • Add Category
        • Update Category
        • Delete Category
        • Get Category
    • Settings
      • Account Settings
        • Users
          • List
          • Get Single
          • Add
          • Update
          • Delete
        • Roles
          • List
          • Get Single Role
          • Add
          • Update
          • Delete
        • Departments
          • List
          • Get
          • Add
          • Update
          • Delete
        • Custom Attributes
          • List of custom attributes
          • Get a custom Attribute
          • Add a custom attribute
          • Update a custom attribute
          • Delete a custom attribute
      • Conversation Settings
        • Shortcuts
          • List Groups
          • Get
          • Add
          • Update
          • Delete
        • Tags
          • List All Tags
          • Get Single Tag
          • Add New Tag
          • Update Tag
          • Delete Tag
        • Feedback
          • List of all feedback
          • Get single feedback
          • Add feedback
          • Update Feedback
          • Delete feedback
      • Security
        • Block Visitor
          • List
          • Get
          • Add
          • Delete
        • Audit Logs
          • Audit Log
          • Audit Log Users
Powered by GitBook
On this page
  1. REST APIs
  2. Settings
  3. Account Settings
  4. Custom Attributes

List of custom attributes

Retrieve all the custom attributes available

List of Custom Attributes

GET https://{{account_id}}.acquire.io/api/v1/crm/objects/object-field

Retrieve a list of all available custom attributes

Query Parameters

Name
Type
Description

select

array

Array type with selected fields to be retrieved Available values: id, object, key, type, config

relations

array

Indicate if the custom attribute is attached to a contact or case

where

array

Specify an array of objects with rules as {FIELD_NAME|CONDITION|VALUE}

Headers

Name
Type
Description

Authorization

string

Bearer {{api_key}}

{
  "data": {
    "page": 0,
    "offset": 0,
    "limit": 20,
    "count": 34,
    "data": [
      {
        "id": 34,
        "object": "case",
        "key": "title",
        "type": "text",
        "config": {
          "input": {
            "type": "text",
            "label": "title",
            "required": true,
            "placeholder": "",
            "validationType": "format",
            "validationFormat": "any",
            "requiredErrorMessage": "Please add an attribute name.",
            "validationErrorMessage": "Oops! Seems incorrect format that you entered."
          },
          "label": "title",
          "backend": {
            "list": false
          },
          "capture": [
            "api"
          ],
          "online_order": 33,
          "offline_order": 33
        },
        "system": "no"
      },
      {
        "id": 33,
        "object": "contact",
        "key": "completed",
        "type": "text",
        "config": {
          "input": {
            "type": "text",
            "label": "Completed",
            "required": true,
            "placeholder": "",
            "validationType": "format",
            "validationFormat": "any",
            "requiredErrorMessage": "Please add an attribute name.",
            "validationErrorMessage": "Oops! Seems incorrect format that you entered."
          },
          "label": "Completed",
          "backend": {
            "list": false
          },
          "capture": [
            "api"
          ],
          "online_order": 32,
          "offline_order": 32
        },
        "system": "no"
      },
      {
        "id": 32,
        "object": "contact",
        "key": "sadfcdsfcfs",
        "type": "text",
        "config": {
          "input": {
            "type": "department",
            "label": "saDfcdsfcfs",
            "required": true,
            "validationType": "format",
            "validationFormat": "any",
            "requiredErrorMessage": "Please add an attribute name.",
            "validationErrorMessage": "Oops! Seems incorrect format that you entered."
          },
          "label": "saDfcdsfcfs",
          "backend": {
            "list": false
          },
          "capture": [
            "api"
          ],
          "online_order": 31,
          "offline_order": 31
        },
        "system": "no"
      },
      {
        "id": 31,
        "object": "contact",
        "key": "hjk",
        "type": "text",
        "config": {
          "input": {
            "type": "department",
            "label": "hjk",
            "required": true,
            "validationType": "format",
            "validationFormat": "any",
            "requiredErrorMessage": "Please add an attribute name.",
            "validationErrorMessage": "Oops! Seems incorrect format that you entered."
          },
          "label": "hjk",
          "backend": {
            "list": false
          },
          "capture": [
            "api"
          ],
          "online_order": 30,
          "offline_order": 30
        },
        "system": "no"
      },
      {
        "id": 30,
        "object": "contact",
        "key": "ytuyy",
        "type": "text",
        "config": {
          "input": {
            "type": "department",
            "label": "ytuyy",
            "required": true,
            "validationType": "format",
            "validationFormat": "any",
            "requiredErrorMessage": "Please add an attribute name.",
            "validationErrorMessage": "Oops! Seems incorrect format that you entered."
          },
          "label": "ytuyy",
          "backend": {
            "list": false
          },
          "capture": [
            "api"
          ],
          "online_order": 29,
          "offline_order": 29
        },
        "system": "no"
      },
      {
        "id": 29,
        "object": "contact",
        "key": "checks",
        "type": "text",
        "config": {
          "input": {
            "type": "checkbox",
            "label": "checks",
            "options": [
              "1",
              "2",
              "3"
            ],
            "required": true,
            "validationType": "format",
            "validationFormat": "any",
            "requiredErrorMessage": "Please add an attribute name.",
            "validationErrorMessage": "Oops! Seems incorrect format that you entered."
          },
          "label": "checks",
          "backend": {
            "list": false
          },
          "capture": [
            "api"
          ],
          "online_order": 28,
          "offline_order": 28
        },
        "system": "no"
      },
      {
        "id": 28,
        "object": "contact",
        "key": "radios",
        "type": "text",
        "config": {
          "input": {
            "type": "radio",
            "label": "radios",
            "options": [
              "1",
              "2",
              "3"
            ],
            "required": true,
            "validationType": "format",
            "validationFormat": "any",
            "requiredErrorMessage": "Please add an attribute name.",
            "validationErrorMessage": "Oops! Seems incorrect format that you entered."
          },
          "label": "radios",
          "backend": {
            "list": false
          },
          "capture": [
            "api"
          ],
          "online_order": 27,
          "offline_order": 27
        },
        "system": "no"
      },
      {
        "id": 27,
        "object": "case",
        "key": "wishing_text",
        "type": "text",
        "config": {
          "input": {
            "type": "text",
            "label": "Wishing Text",
            "required": true,
            "placeholder": "",
            "validationType": "format",
            "validationFormat": "any",
            "requiredErrorMessage": "Please add an attribute name.",
            "validationErrorMessage": "Oops! Seems incorrect format that you entered."
          },
          "label": "Wishing Text",
          "backend": {
            "list": false
          },
          "capture": [
            "api"
          ],
          "online_order": 26,
          "offline_order": 26
        },
        "system": "no"
      },
      {
        "id": 26,
        "object": "case",
        "key": "wishing_radios",
        "type": "text",
        "config": {
          "input": {
            "type": "radio",
            "label": "Wishing Radios",
            "options": [
              "a",
              "b",
              "c"
            ],
            "required": true,
            "validationType": "format",
            "validationFormat": "any",
            "requiredErrorMessage": "Please add an attribute name.",
            "validationErrorMessage": "Oops! Seems incorrect format that you entered."
          },
          "label": "Wishing Radios",
          "backend": {
            "list": false
          },
          "capture": [
            "api"
          ],
          "online_order": 25,
          "offline_order": 25
        },
        "system": "no"
      },
      {
        "id": 25,
        "object": "case",
        "key": "wishig_checks",
        "type": "text",
        "config": {
          "input": {
            "type": "checkbox",
            "label": "Wishig Checks",
            "options": [
              "a",
              "b",
              "c"
            ],
            "required": true,
            "validationType": "format",
            "validationFormat": "any",
            "requiredErrorMessage": "Please add an attribute name.",
            "validationErrorMessage": "Oops! Seems incorrect format that you entered."
          },
          "label": "Wishig Checks",
          "backend": {
            "list": false
          },
          "capture": [
            "api"
          ],
          "online_order": 24,
          "offline_order": 24
        },
        "system": "no"
      },
      {
        "id": 24,
        "object": "case",
        "key": "remark",
        "type": "text",
        "config": {
          "input": {
            "type": "text",
            "label": "Remark",
            "required": false,
            "placeholder": "",
            "validationType": "format",
            "validationFormat": "any",
            "requiredErrorMessage": "Please add an attribute name.",
            "validationErrorMessage": "Oops! Look like you entered the wrong text."
          },
          "label": "Remark",
          "backend": {
            "list": false
          },
          "capture": [
            "api"
          ],
          "online_order": 23,
          "offline_order": 23
        },
        "system": "yes"
      },
      {
        "id": 23,
        "object": "company",
        "key": "foundation",
        "type": "text",
        "config": {
          "capture": [
            "api"
          ]
        },
        "system": "no"
      },
      {
        "id": 22,
        "object": "company",
        "key": "employees",
        "type": "text",
        "config": {
          "input": {
            "label": "Employees",
            "validationType": "format",
            "validationFormat": "any",
            "validationErrorMessage": "Oops! Look like you entered the wrong text."
          },
          "label": "Employees",
          "capture": [
            "api"
          ],
          "online_order": 22,
          "offline_order": 22
        },
        "system": "no"
      },
      {
        "id": 21,
        "object": "company",
        "key": "address",
        "type": "text",
        "config": {
          "capture": [
            "api"
          ],
          "online_order": 21,
          "offline_order": 21
        },
        "system": "no"
      },
      {
        "id": 20,
        "object": "company",
        "key": "countryId",
        "type": "text",
        "config": {
          "capture": [
            "api"
          ],
          "online_order": 20,
          "offline_order": 20
        },
        "system": "yes"
      },
      {
        "id": 19,
        "object": "company",
        "key": "state",
        "type": "text",
        "config": {
          "capture": [
            "api"
          ],
          "online_order": 19,
          "offline_order": 19
        },
        "system": "yes"
      },
      {
        "id": 18,
        "object": "company",
        "key": "city",
        "type": "text",
        "config": {
          "capture": [
            "api"
          ],
          "online_order": 18,
          "offline_order": 18
        },
        "system": "yes"
      },
      {
        "id": 17,
        "object": "company",
        "key": "revenue",
        "type": "text",
        "config": {
          "capture": [
            "api"
          ],
          "online_order": 17,
          "offline_order": 17
        },
        "system": "yes"
      },
      {
        "id": 16,
        "object": "company",
        "key": "source",
        "type": "text",
        "config": {
          "capture": [
            "api"
          ],
          "online_order": 16,
          "offline_order": 16
        },
        "system": "yes"
      },
      {
        "id": 15,
        "object": "company",
        "key": "description",
        "type": "text",
        "config": {
          "capture": [
            "api"
          ],
          "online_order": 15,
          "offline_order": 15
        },
        "system": "yes"
      }
    ]
  }
}
PreviousCustom AttributesNextGet a custom Attribute

Last updated 4 years ago