Customfieldconfigurations
Required scopes
This endpoint requires the following scopes:
- : Access Younium API
Authorizations
OAuth2passwordRequired
Token URL:
Query parameters
FilterstringOptionalExample:
Filter the results. See developer resources for more information
name eq 'Adam' and age gt 20OrderBystringOptionalExample:
Sorting the results. See developer resources for more information
accountNumber DescModifiedAfterstring · date-timeOptionalExample:
Apply a separate modified After filter. See 'ModifiedBefore' filter for further details.
2026-02-01ModifiedBeforestring · date-timeOptionalExample:
Apply a separate filter to only get records that has been modified Before the specified date time.
2026-02-01PageSizeinteger · int32OptionalExample:
Page Size
20PageNumberinteger · int32OptionalExample:
Page Number
1Header parameters
api-versionstringOptional
Responses
200
Success
application/json
pageNumberinteger · int32Optional
pageSizeinteger · int32Optional
totalPagesinteger · int32 · nullableOptional
totalCountinteger · int32Optional
nextPagestring · uri · nullableOptional
previousPagestring · uri · nullableOptional
firstPagestring · uri · nullableOptional
lastPagestring · uri · nullableOptional
400
Bad Request.
application/json
401
Unauthorized
403
Forbidden
get
/CustomFieldConfigurationsRequired scopes
This endpoint requires the following scopes:
- : Access Younium API
Authorizations
OAuth2passwordRequired
Token URL:
Header parameters
api-versionstringOptional
younium-idempotency-keystringOptional
younium-idempotency-durationInHoursintegerOptional
Body
Responses
201
The CustumFieldConfiguration for the request.
400
Bad Request.
application/json
401
Unauthorized
403
Forbidden
post
/CustomFieldConfigurationsNo content
Required scopes
This endpoint requires the following scopes:
- : Access Younium API
Authorizations
OAuth2passwordRequired
Token URL:
Path parameters
idstring · uuidRequired
Header parameters
api-versionstringOptional
Responses
200
Success
application/json
idstring · uuidOptional
keystring · nullableOptional
namestring · nullableOptional
defaultValuestring · nullableOptional
fieldTypeall ofOptional
string · enumOptionalPossible values:
entityall ofOptional
string · enumOptionalPossible values:
liststring · nullableOptional
typeEntityall of · nullableOptional
string · enumOptionalPossible values:
entityObjectstring · nullableOptional
400
Bad Request.
application/json
401
Unauthorized
403
Forbidden
get
/CustomFieldConfigurations/{id}Required scopes
This endpoint requires the following scopes:
- : Access Younium API
Authorizations
OAuth2passwordRequired
Token URL:
Path parameters
idstring · uuidRequired
Header parameters
api-versionstringOptional
Body
Responses
200
Success
No content
400
Bad Request.
application/json
401
Unauthorized
403
Forbidden
patch
/CustomFieldConfigurations/{id}No content
Required scopes
This endpoint requires the following scopes:
- : Access Younium API
Authorizations
OAuth2passwordRequired
Token URL:
Path parameters
entitystringRequired
keystringRequired
Header parameters
api-versionstringOptional
Responses
200
Success
application/json
idstring · uuidOptional
keystring · nullableOptional
namestring · nullableOptional
defaultValuestring · nullableOptional
fieldTypeall ofOptional
string · enumOptionalPossible values:
entityall ofOptional
string · enumOptionalPossible values:
liststring · nullableOptional
typeEntityall of · nullableOptional
string · enumOptionalPossible values:
entityObjectstring · nullableOptional
400
Bad Request.
application/json
401
Unauthorized
403
Forbidden
get
/CustomFieldConfigurations/{entity}/{key}Required scopes
This endpoint requires the following scopes:
- : Access Younium API
Authorizations
OAuth2passwordRequired
Token URL:
Path parameters
entitystringRequired
keystringRequired
Header parameters
api-versionstringOptional
Body
Responses
200
Success
No content
400
Bad Request.
application/json
401
Unauthorized
403
Forbidden
patch
/CustomFieldConfigurations/{entity}/{key}No content
Last updated
Was this helpful?