v1
latestOpenAPI 3.0.02026-08-04109109370.6 KBAccounts (Companies)
Get the fields for an account
Get the list of fields that can possibly be associated with accounts, along with whether they are valid for filtering sorting.
get/accounts/list/fields
Response
Account fields
Example response
{
"properties": {
"exampleProperty": {
"type": "string",
"title": "Example Property",
"description": "This is an example property",
"isFilterable": true,
"isDisplayable": true,
"isSortable": true,
"isAddable": true,
"isBoardable": true,
"isNullable": true,
"relationships": [
"users",
"teams"
],
"enum": [
"Option1",
"Option2"
],
"format": "uri"
}
}
}