CustomFieldDefinitions
Filter by entityDefinitionID (exact match)
Maximum number of items to return (1-1000)
10Cursor for pagination. Use the value from the 'nextCursor' field of the previous response.
Successful response
Bad request
Unauthorized
Internal server error
GET /customFieldDefinitions HTTP/1.1
Accept: */*
{
"data": [
{
"code": "text",
"createdAt": "2026-01-01T00:00:00.000Z",
"entityDefinitionID": "123e4567-e89b-12d3-a456-426614174000",
"id": "123e4567-e89b-12d3-a456-426614174000",
"isUnique": true,
"lastModifiedAt": "2026-01-01T00:00:00.000Z",
"name": {
"en_us": "English text",
"nl_nl": "Nederlandse tekst"
},
"repositoryID": "123e4567-e89b-12d3-a456-426614174000"
}
],
"pagination": {
"hasMore": true,
"limit": 1,
"nextCursor": "text",
"total": 1
}
}CustomFieldDefinition ID
Successful response
Unauthorized
Not found
Internal server error
GET /customFieldDefinitions/{id} HTTP/1.1
Accept: */*
{
"code": "text",
"createdAt": "2026-01-01T00:00:00.000Z",
"entityDefinitionID": "123e4567-e89b-12d3-a456-426614174000",
"id": "123e4567-e89b-12d3-a456-426614174000",
"isUnique": true,
"lastModifiedAt": "2026-01-01T00:00:00.000Z",
"name": {
"en_us": "English text",
"nl_nl": "Nederlandse tekst"
},
"repositoryID": "123e4567-e89b-12d3-a456-426614174000"
}Filter by entityDefinitionID (exact match)
Maximum number of items to return (1-1000)
10Cursor for pagination. Use the value from the 'nextCursor' field of the previous response.
Successful response
Bad request
Unauthorized
Internal server error
GET /createCustomFieldDefinitions HTTP/1.1
Accept: */*
{
"data": [
{
"code": "text",
"entityDefinitionID": "123e4567-e89b-12d3-a456-426614174000",
"isProposalExecutionFailed": true,
"isProposalResolved": false,
"isUnique": true,
"name": {
"en_us": "English text",
"nl_nl": "Nederlandse tekst"
},
"proposalExecutionErrorText": "text",
"repositoryID": "123e4567-e89b-12d3-a456-426614174000",
"requestID": "123e4567-e89b-12d3-a456-426614174000",
"subjectID": "123e4567-e89b-12d3-a456-426614174000"
}
],
"pagination": {
"hasMore": true,
"limit": 1,
"nextCursor": "text",
"total": 1
}
}Created successfully
falseBad request
Unauthorized
Internal server error
POST /createCustomFieldDefinitions HTTP/1.1
Content-Type: application/json
Accept: */*
Content-Length: 207
[
{
"code": "text",
"entityDefinitionID": "123e4567-e89b-12d3-a456-426614174000",
"isUnique": true,
"name": {
"en_us": "English text",
"nl_nl": "Nederlandse tekst"
},
"repositoryID": "123e4567-e89b-12d3-a456-426614174000"
}
][
{
"code": "text",
"entityDefinitionID": "123e4567-e89b-12d3-a456-426614174000",
"isProposalExecutionFailed": true,
"isProposalResolved": false,
"isUnique": true,
"name": {
"en_us": "English text",
"nl_nl": "Nederlandse tekst"
},
"proposalExecutionErrorText": "text",
"repositoryID": "123e4567-e89b-12d3-a456-426614174000",
"requestID": "123e4567-e89b-12d3-a456-426614174000",
"subjectID": "123e4567-e89b-12d3-a456-426614174000"
}
]CreateCustomFieldDefinitionProposal ID
Successful response
falseUnauthorized
Not found
Internal server error
GET /createCustomFieldDefinitions/{id} HTTP/1.1
Accept: */*
{
"code": "text",
"entityDefinitionID": "123e4567-e89b-12d3-a456-426614174000",
"isProposalExecutionFailed": true,
"isProposalResolved": false,
"isUnique": true,
"name": {
"en_us": "English text",
"nl_nl": "Nederlandse tekst"
},
"proposalExecutionErrorText": "text",
"repositoryID": "123e4567-e89b-12d3-a456-426614174000",
"requestID": "123e4567-e89b-12d3-a456-426614174000",
"subjectID": "123e4567-e89b-12d3-a456-426614174000"
}Maximum number of items to return (1-1000)
10Cursor for pagination. Use the value from the 'nextCursor' field of the previous response.
Successful response
Bad request
Unauthorized
Internal server error
GET /deleteCustomFieldDefinitions HTTP/1.1
Accept: */*
{
"data": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"isProposalExecutionFailed": true,
"isProposalResolved": false,
"proposalExecutionErrorText": "text",
"repositoryID": "123e4567-e89b-12d3-a456-426614174000",
"requestID": "123e4567-e89b-12d3-a456-426614174000"
}
],
"pagination": {
"hasMore": true,
"limit": 1,
"nextCursor": "text",
"total": 1
}
}Created successfully
falseBad request
Unauthorized
Internal server error
POST /deleteCustomFieldDefinitions HTTP/1.1
Content-Type: application/json
Accept: */*
Content-Length: 101
[
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"repositoryID": "123e4567-e89b-12d3-a456-426614174000"
}
][
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"isProposalExecutionFailed": true,
"isProposalResolved": false,
"proposalExecutionErrorText": "text",
"repositoryID": "123e4567-e89b-12d3-a456-426614174000",
"requestID": "123e4567-e89b-12d3-a456-426614174000"
}
]DeleteCustomFieldDefinitionProposal ID
Successful response
falseUnauthorized
Not found
Internal server error
GET /deleteCustomFieldDefinitions/{id} HTTP/1.1
Accept: */*
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"isProposalExecutionFailed": true,
"isProposalResolved": false,
"proposalExecutionErrorText": "text",
"repositoryID": "123e4567-e89b-12d3-a456-426614174000",
"requestID": "123e4567-e89b-12d3-a456-426614174000"
}Filter by entityDefinitionID (exact match)
Maximum number of items to return (1-1000)
10Cursor for pagination. Use the value from the 'nextCursor' field of the previous response.
Successful response
Bad request
Unauthorized
Internal server error
GET /updateCustomFieldDefinitions HTTP/1.1
Accept: */*
{
"data": [
{
"code": "text",
"entityDefinitionID": "123e4567-e89b-12d3-a456-426614174000",
"id": "123e4567-e89b-12d3-a456-426614174000",
"isProposalExecutionFailed": true,
"isProposalResolved": false,
"isUnique": true,
"name": {
"en_us": "English text",
"nl_nl": "Nederlandse tekst"
},
"proposalExecutionErrorText": "text",
"repositoryID": "123e4567-e89b-12d3-a456-426614174000",
"requestID": "123e4567-e89b-12d3-a456-426614174000"
}
],
"pagination": {
"hasMore": true,
"limit": 1,
"nextCursor": "text",
"total": 1
}
}Omit this field to keep current value
Omit this field to keep current value
Omit this field to keep current value
Created successfully
falseBad request
Unauthorized
Internal server error
POST /updateCustomFieldDefinitions HTTP/1.1
Content-Type: application/json
Accept: */*
Content-Length: 251
[
{
"code": "text",
"entityDefinitionID": "123e4567-e89b-12d3-a456-426614174000",
"id": "123e4567-e89b-12d3-a456-426614174000",
"isUnique": true,
"name": {
"en_us": "English text",
"nl_nl": "Nederlandse tekst"
},
"repositoryID": "123e4567-e89b-12d3-a456-426614174000"
}
][
{
"code": "text",
"entityDefinitionID": "123e4567-e89b-12d3-a456-426614174000",
"id": "123e4567-e89b-12d3-a456-426614174000",
"isProposalExecutionFailed": true,
"isProposalResolved": false,
"isUnique": true,
"name": {
"en_us": "English text",
"nl_nl": "Nederlandse tekst"
},
"proposalExecutionErrorText": "text",
"repositoryID": "123e4567-e89b-12d3-a456-426614174000",
"requestID": "123e4567-e89b-12d3-a456-426614174000"
}
]UpdateCustomFieldDefinitionProposal ID
Successful response
falseUnauthorized
Not found
Internal server error
GET /updateCustomFieldDefinitions/{id} HTTP/1.1
Accept: */*
{
"code": "text",
"entityDefinitionID": "123e4567-e89b-12d3-a456-426614174000",
"id": "123e4567-e89b-12d3-a456-426614174000",
"isProposalExecutionFailed": true,
"isProposalResolved": false,
"isUnique": true,
"name": {
"en_us": "English text",
"nl_nl": "Nederlandse tekst"
},
"proposalExecutionErrorText": "text",
"repositoryID": "123e4567-e89b-12d3-a456-426614174000",
"requestID": "123e4567-e89b-12d3-a456-426614174000"
}Last updated
Was this helpful?