Denis
Question about restful api searching fields.
Hello,
I was wondering if it’s possible to search for a record added in a modal (e.g., person, company, etc.) based on a specific field.
For example, searching for a person using the phone number or email. Currently, it seems this can only be done via the UUID, but that’s not very practical.
4 replies
Restful API: Metafield creation with options in it issue.
Hello,
I am trying to create a metafield inside the crm via restful api with all the countries but, I dont seem to find the correct way to create the json to populate the field with the options.
the current json body looks like this:
{
"type": "SELECT",
"name": "country",
"label": "Country",
"description": "A field to select a country.",
"icon": "IconWorld",
"isNullable": true,
"objectMetadataId": "{{$randomUUID}}",
"options": [
{
"id": "{{$randomUUID}}",
"color": "orange",
"label": "Afghanistan",
"value": "AFGHANISTAN",
"position": 0
},
{
"id": "{{$randomUUID}}",
"color": "pink",
"label": "Aland Islands",
"value": "ALAND ISLANDS",
"position": 1
}
]
}
but, the response I get is:
{
"statusCode": 400,
"messages": [
"Bad Request Exception"
],
"error": "Bad Request"
}
any clue why?
5 replies
Twenty CRM and Basic User role?
Hello, this tool look amazing, every user friendly, great job!
I am facing a issue as I am coming from Zoho CRM where we could put different permissions per field but, here we dont see any type of permissions.
I was reading the ducumentation but, without success, has anyone any clue if Twenty support basic user permissions per role at least?
4 replies