Skip to content

Search custom field list by record type​

GET
/system/{recordtype}/customfields

Authorizations​

Bearer

Please create a SessionId using the access-token endpoint and use it in an authorization header.

TypeHTTP (bearer)
Example'Authorization: BEARER <YOUR_TOKEN_HERE>'

Responses​

application/json
JSON
{
"AggregateCount": 0,
"MetaData": null,
"CustomId": 0,
"FieldType": "string",
"FieldName": "string",
"FieldOrder": 0,
"FieldAction": "string",
"DefaultValues": [
{
"Id": 0,
"Name": "string",
"Order": 0
}
]
}

Playground​

Authorization
Variables
Key
Value

Samples​