userfieldtype.list
Retrieves list of user field types, registrered by the application. List method. Results in the list of field types with page-by-page navigation.
Parameters
No output parameters.
Examples
Call example:
BX24.callMethod( 'userfieldtype.list', {}, function(result) { console.log(result.data()); } );
Request example
POST https://sometestportal.bitrix24.com/rest/userfieldtype.list HTTP/1.1 auth=63t6r4z9cugaciaxocrh2r47zlodp12y HTTP/1.1 200 OK { "result": [ { "DESCRIPTION": "Test userfield type for documentation", "HANDLER": "https://www.myapplication.com/handler/", "TITLE": "Test type", "USER_TYPE_ID": "test" } ], "total": 1 }
© «Bitrix24», 2001-2023