SOAP API methode DateCondition_retrieve
Parameters
| Naam | Type | Beschrijving |
|---|---|---|
| id * | string | The identifier (id) of the object that is retrieved |
| * verplichte parameters | ||
Resultaat
| Naam | Type | Beschrijving |
|---|---|---|
| datecondition | Structure of type 'datecondition' | All properties of the retrieved datecondition |
Structuur 'datecondition'
| Naam | Type | Beschrijving |
|---|---|---|
| aftertime | timestamp | The 'after' time of the date condition. |
| aftermutation | DateMutation | The variable time after which the chosen field must be. |
| beforetime | timestamp | The 'before' time of the date condition. |
| beforemutation | DateMutation | The variable time before which the chosen field must be. |
| comparemode | string | The compare mode of the datecondition. |
| id | int | The ID of the condition. |
| type | string | The type of the condition. |
| disabled | boolean | Is this condition disabled? |