SOAP API method FieldMiniCondition_otherDatabaseField
Description
In the normal situation, a FieldCondition is constructed to compare a field with a specific value, for example a condition to select all profiles who have the value 'man' in the field 'sex'. It is also possible to compare two dynamic fields with each other. If this property is set, the FieldCondition compares two fields, and not a field to a static value.
Parameters
Name | Type | Description |
---|---|---|
id * | int | Unique identifier (id) of the object FieldMiniCondition. The method only applies to the fieldminicondition with this id. |
login | Structure of type 'login' | Optional login data (soon deprecated) |
access_token | string | Optional api access token |
* required parameters |
Return values
Name | Type | Description |
---|---|---|
field | Structure of type 'field' |
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 |
Structure 'field'
Name | Type | Description |
---|---|---|
id | int | The ID of the field. |
name | string | The name of the field. |
big | boolean | Is this field a big field?. |
pixelwidth | int | The width of this field. |
weight | int | The weight of this field. |
type | string | The type of this field. |
value | string | The default value of this field. |
specialcontent | string | The special content of this field. |
ordered | boolean | Is this the field that we order by by default? |
displayed | boolean | Is this field displayed? |
indatatable | boolean | Is this field added to the data table? |
length | integer | Get the length of the field |
lines | integer | Get the number of lines in this field |
hidden | boolean | Is this field hidden? |
index | boolean | Is this field indexed? |