Get All Objects and Fields
curl --request GET \
--url http://localhost:4000/v1/fields/objects/all \
--header 'Authorization: Bearer <token>'{
"data": {
"CONTACT": [
{
"id": 123,
"name": "<string>",
"identifier": "<string>",
"inputType": "<string>",
"type": "<string>",
"configuration": {},
"isSystemField": true,
"hidden": true,
"slug": "<string>",
"CustomFieldOptions": [
{
"id": 123,
"name": "<string>",
"color": "<string>",
"displayIndex": 123,
"isArchived": true,
"icon": "<string>",
"isDefault": true,
"category": "<string>"
}
]
}
],
"CALL": [
{
"id": 123,
"name": "<string>",
"identifier": "<string>",
"inputType": "<string>",
"type": "<string>",
"configuration": {},
"isSystemField": true,
"hidden": true,
"slug": "<string>",
"CustomFieldOptions": [
{
"id": 123,
"name": "<string>",
"color": "<string>",
"displayIndex": 123,
"isArchived": true,
"icon": "<string>",
"isDefault": true,
"category": "<string>"
}
]
}
],
"EVENT": [
{
"id": 123,
"name": "<string>",
"identifier": "<string>",
"inputType": "<string>",
"type": "<string>",
"configuration": {},
"isSystemField": true,
"hidden": true,
"slug": "<string>",
"CustomFieldOptions": [
{
"id": 123,
"name": "<string>",
"color": "<string>",
"displayIndex": 123,
"isArchived": true,
"icon": "<string>",
"isDefault": true,
"category": "<string>"
}
]
}
],
"DEAL": [
{
"id": 123,
"name": "<string>",
"identifier": "<string>",
"inputType": "<string>",
"type": "<string>",
"configuration": {},
"isSystemField": true,
"hidden": true,
"slug": "<string>",
"CustomFieldOptions": [
{
"id": 123,
"name": "<string>",
"color": "<string>",
"displayIndex": 123,
"isArchived": true,
"icon": "<string>",
"isDefault": true,
"category": "<string>"
}
]
}
],
"USER": [
{
"id": 123,
"name": "<string>",
"identifier": "<string>",
"inputType": "<string>",
"type": "<string>",
"configuration": {},
"isSystemField": true,
"hidden": true,
"slug": "<string>",
"CustomFieldOptions": [
{
"id": 123,
"name": "<string>",
"color": "<string>",
"displayIndex": 123,
"isArchived": true,
"icon": "<string>",
"isDefault": true,
"category": "<string>"
}
]
}
],
"UNIFIED_INBOX": [
{
"id": 123,
"name": "<string>",
"identifier": "<string>",
"inputType": "<string>",
"type": "<string>",
"configuration": {},
"isSystemField": true,
"hidden": true,
"slug": "<string>",
"CustomFieldOptions": [
{
"id": 123,
"name": "<string>",
"color": "<string>",
"displayIndex": 123,
"isArchived": true,
"icon": "<string>",
"isDefault": true,
"category": "<string>"
}
]
}
],
"INVITEE_QUESTION": [
{
"id": 123,
"name": "<string>",
"identifier": "<string>",
"inputType": "<string>",
"type": "<string>",
"configuration": {},
"isSystemField": true,
"hidden": true,
"slug": "<string>",
"CustomFieldOptions": [
{
"id": 123,
"name": "<string>",
"color": "<string>",
"displayIndex": 123,
"isArchived": true,
"icon": "<string>",
"isDefault": true,
"category": "<string>"
}
]
}
],
"ISCORE": [
{
"id": 123,
"name": "<string>",
"identifier": "<string>",
"inputType": "<string>",
"type": "<string>",
"configuration": {},
"isSystemField": true,
"hidden": true,
"slug": "<string>",
"CustomFieldOptions": [
{
"id": 123,
"name": "<string>",
"color": "<string>",
"displayIndex": 123,
"isArchived": true,
"icon": "<string>",
"isDefault": true,
"category": "<string>"
}
]
}
]
}
}
Fields
Get All Objects and Fields
Get custom fields for all object types in one response
GET
/
v1
/
fields
/
objects
/
all
Get All Objects and Fields
curl --request GET \
--url http://localhost:4000/v1/fields/objects/all \
--header 'Authorization: Bearer <token>'{
"data": {
"CONTACT": [
{
"id": 123,
"name": "<string>",
"identifier": "<string>",
"inputType": "<string>",
"type": "<string>",
"configuration": {},
"isSystemField": true,
"hidden": true,
"slug": "<string>",
"CustomFieldOptions": [
{
"id": 123,
"name": "<string>",
"color": "<string>",
"displayIndex": 123,
"isArchived": true,
"icon": "<string>",
"isDefault": true,
"category": "<string>"
}
]
}
],
"CALL": [
{
"id": 123,
"name": "<string>",
"identifier": "<string>",
"inputType": "<string>",
"type": "<string>",
"configuration": {},
"isSystemField": true,
"hidden": true,
"slug": "<string>",
"CustomFieldOptions": [
{
"id": 123,
"name": "<string>",
"color": "<string>",
"displayIndex": 123,
"isArchived": true,
"icon": "<string>",
"isDefault": true,
"category": "<string>"
}
]
}
],
"EVENT": [
{
"id": 123,
"name": "<string>",
"identifier": "<string>",
"inputType": "<string>",
"type": "<string>",
"configuration": {},
"isSystemField": true,
"hidden": true,
"slug": "<string>",
"CustomFieldOptions": [
{
"id": 123,
"name": "<string>",
"color": "<string>",
"displayIndex": 123,
"isArchived": true,
"icon": "<string>",
"isDefault": true,
"category": "<string>"
}
]
}
],
"DEAL": [
{
"id": 123,
"name": "<string>",
"identifier": "<string>",
"inputType": "<string>",
"type": "<string>",
"configuration": {},
"isSystemField": true,
"hidden": true,
"slug": "<string>",
"CustomFieldOptions": [
{
"id": 123,
"name": "<string>",
"color": "<string>",
"displayIndex": 123,
"isArchived": true,
"icon": "<string>",
"isDefault": true,
"category": "<string>"
}
]
}
],
"USER": [
{
"id": 123,
"name": "<string>",
"identifier": "<string>",
"inputType": "<string>",
"type": "<string>",
"configuration": {},
"isSystemField": true,
"hidden": true,
"slug": "<string>",
"CustomFieldOptions": [
{
"id": 123,
"name": "<string>",
"color": "<string>",
"displayIndex": 123,
"isArchived": true,
"icon": "<string>",
"isDefault": true,
"category": "<string>"
}
]
}
],
"UNIFIED_INBOX": [
{
"id": 123,
"name": "<string>",
"identifier": "<string>",
"inputType": "<string>",
"type": "<string>",
"configuration": {},
"isSystemField": true,
"hidden": true,
"slug": "<string>",
"CustomFieldOptions": [
{
"id": 123,
"name": "<string>",
"color": "<string>",
"displayIndex": 123,
"isArchived": true,
"icon": "<string>",
"isDefault": true,
"category": "<string>"
}
]
}
],
"INVITEE_QUESTION": [
{
"id": 123,
"name": "<string>",
"identifier": "<string>",
"inputType": "<string>",
"type": "<string>",
"configuration": {},
"isSystemField": true,
"hidden": true,
"slug": "<string>",
"CustomFieldOptions": [
{
"id": 123,
"name": "<string>",
"color": "<string>",
"displayIndex": 123,
"isArchived": true,
"icon": "<string>",
"isDefault": true,
"category": "<string>"
}
]
}
],
"ISCORE": [
{
"id": 123,
"name": "<string>",
"identifier": "<string>",
"inputType": "<string>",
"type": "<string>",
"configuration": {},
"isSystemField": true,
"hidden": true,
"slug": "<string>",
"CustomFieldOptions": [
{
"id": 123,
"name": "<string>",
"color": "<string>",
"displayIndex": 123,
"isArchived": true,
"icon": "<string>",
"isDefault": true,
"category": "<string>"
}
]
}
]
}
}
Authorizations
API key required in Authorization header. Format: iclosed-<token>
Query Parameters
Required range:
x >= 0Required range:
1 <= x <= 100Maximum string length:
1000Available options:
NUMBER, TEXT, TEXT_AREA, DATE, USER, USERS_MULTIPLE, URL, SINGLE_SELECT, MULTIPLE_SELECT, EMAIL, RATING Available options:
true, false Available options:
true, false Response
Custom fields grouped by object type
Show child attributes
Show child attributes
⌘I