task.item.userfield.getfields
$appParams = array( 'auth' => 'q21g8vhcqmxdrbhqlbd2wh6ev1debppa', );
This method returns all available property fields.
Method parameters
Parameter | Description |
---|---|
auth | Authorization token. |
Examples
$request = 'http://your-domain.com/rest/task.item.userfield.getfields.xml?'.http_build_query($appParams);'
BX24.callMethod( 'task.item.userfield.getfields', {'q21g8vhcqmxdrbhqlbd2wh6ev1debppa'}, function(result) { console.info(result.data()); console.log(result); } );
List of fields
Code | Field | Type | Note |
---|---|---|---|
ID | Identifier | int | Read only |
ENTITY_ID | Object | string | |
FIELD_NAME | Code | string | Read only |
USER_TYPE_ID | Data type | string | Read only |
XM L_ID | External identifier (XML ID) | string | |
SORT | Sorting | int | |
MULTIPLE | Multiple | char | |
MANDATORY | Required | char | |
SHOW_FILTER | Show in filter list | char | |
SHOW_IN_LIST | Show in list | char | |
EDIT_IN_LIST | Allow editing by user | char | |
IS_SEARCHABLE | Field values included in search | char | |
EDIT_FORM_LABEL | Caption in edit form | string | |
LIST_COLUMN_LABEL | Title in list | string | |
LIST_FILTER_LABEL | Filter caption in list | string | |
ERROR_MESSAGE | Error message | string | |
HELP_MESSAGE | Help | string | |
LIST | List items | uf_enum_element | Multiple |
SETTINGS | Additional settings (depend on type) | object |
© «Bitrix24», 2001-2024