Actions (15)
Accounts · 13
- Create accountPOST /rest/accounts
Create a new account.
documented - Create account custom fieldPOST /rest/accounts/customfield
Create a custom field for use with accounts.
documented - Delete accountDELETE /rest/accounts/{id}
Delete an account by ID.
documented - Get accountGET /rest/accounts/{id}
Get an account by ID.
documented - Get account custom fieldsGET /rest/accounts/{id}/customfields
Get custom field values for an account.
documented - List account custom fieldsGET /rest/accounts/customfields/attributes
Get a list of all account custom fields.
documented - List account fieldsGET /rest/accounts/list/fields
Get fields that can be associated with accounts.
documented - List account itemsGET /rest/accounts/list
Get a list of accounts as list items for filtering.
documented - List account typesGET /rest/accounttypes
Get a list of all account types.
documented - List accountsGET /rest/accounts
Get all accounts and associated data in your Nutshell instance.
documented - List industriesGET /rest/industries
Get a list of industries.
documented - Undelete accountPOST /rest/accounts/{id}/undelete
Undelete an account by ID.
documented - Update accountPATCH /rest/accounts/{id}
Update an account by ID.
documented