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": {
"dateTimeFormat": "12Hour",
"dateType": "US",
"includedTime": true
},
"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": {
"dateTimeFormat": "12Hour",
"dateType": "US",
"includedTime": true
},
"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": {
"dateTimeFormat": "12Hour",
"dateType": "US",
"includedTime": true
},
"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": {
"dateTimeFormat": "12Hour",
"dateType": "US",
"includedTime": true
},
"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": {
"dateTimeFormat": "12Hour",
"dateType": "US",
"includedTime": true
},
"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": {
"dateTimeFormat": "12Hour",
"dateType": "US",
"includedTime": true
},
"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": {
"dateTimeFormat": "12Hour",
"dateType": "US",
"includedTime": true
},
"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": {
"dateTimeFormat": "12Hour",
"dateType": "US",
"includedTime": true
},
"isSystemField": true,
"hidden": true,
"slug": "<string>",
"CustomFieldOptions": [
{
"id": 123,
"name": "<string>",
"color": "<string>",
"displayIndex": 123,
"isArchived": true,
"icon": "<string>",
"isDefault": true,
"category": "<string>"
}
]
}
]
}
}Get custom fields for all object types in one response
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": {
"dateTimeFormat": "12Hour",
"dateType": "US",
"includedTime": true
},
"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": {
"dateTimeFormat": "12Hour",
"dateType": "US",
"includedTime": true
},
"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": {
"dateTimeFormat": "12Hour",
"dateType": "US",
"includedTime": true
},
"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": {
"dateTimeFormat": "12Hour",
"dateType": "US",
"includedTime": true
},
"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": {
"dateTimeFormat": "12Hour",
"dateType": "US",
"includedTime": true
},
"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": {
"dateTimeFormat": "12Hour",
"dateType": "US",
"includedTime": true
},
"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": {
"dateTimeFormat": "12Hour",
"dateType": "US",
"includedTime": true
},
"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": {
"dateTimeFormat": "12Hour",
"dateType": "US",
"includedTime": true
},
"isSystemField": true,
"hidden": true,
"slug": "<string>",
"CustomFieldOptions": [
{
"id": 123,
"name": "<string>",
"color": "<string>",
"displayIndex": 123,
"isArchived": true,
"icon": "<string>",
"isDefault": true,
"category": "<string>"
}
]
}
]
}
}API key required in Authorization header. Format: iclosed-<token>
x >= 01 <= x <= 1001000NUMBER, TEXT, TEXT_AREA, DATE, USER, USERS_MULTIPLE, URL, SINGLE_SELECT, MULTIPLE_SELECT, EMAIL, RATING true, false true, false Custom fields grouped by object type
Show child attributes