SOAP API method CollectionField_countIncompatibleSubProfiles
Description
The types of the field are defined by programmers. The possible values are 'integer', 'bigint', 'float', 'date', 'empty_date', 'datetime', 'empty_datetime', 'text', 'email', 'phone', 'phone_fax', 'phone_gsm', 'select', 'big', 'foreign_key', 'country', 'locale'
Parameters
Name | Type | Description |
---|---|---|
id * | int | Unique identifier (id) of the object CollectionField. The method only applies to the collectionfield with this id. |
type * | string | |
length | integer | the optional length of the modified field |
options | Collection of type 'options' | the optional options which are valid for this modified field (only vaklid in combination with type 'select') |
login | Structure of type 'login' | Optional login data (soon deprecated) |
access_token | string | Optional api access token |
* required parameters |
Return values
Name | Type | Description |
---|---|---|
value | integer |
Structure 'options'
Name | Type | Description |
---|---|---|
string |
Structure 'login'
Name | Type | Description |
---|---|---|
username | string | The username of the login attempt |
account | string | The account name of the login attempt |
password | string | The password for the login attempt |