YetiForceCompany/YetiForceCRM

View on GitHub
api/webservice/WebservicePremium/BaseModule/Fields.php

Summary

Maintainability
A
0 mins
Test Coverage
A
100%

Possibly zero references to use statement for classlike/namespace OA (\OpenApi\Annotations)
Open

use OpenApi\Annotations as OA;

Class extends undeclared class \Api\WebserviceStandard\BaseModule\Fields
Open

class Fields extends \Api\WebserviceStandard\BaseModule\Fields

Reference to undeclared class \Api\WebserviceStandard\BaseModule\Fields
Open

        return parent::get();

Spaces must be used for alignment; tabs are not allowed
Open

     *        ),

Spaces must be used for alignment; tabs are not allowed
Open

     *        type="object",

Spaces must be used for alignment; tabs are not allowed
Open

     *                    @OA\Property(property="mandatory", type="boolean", description="Check if field is mandatory", example=true),

Spaces must be used for alignment; tabs are not allowed
Open

     *        summary="Get data about fields, blocks and inventory",

Spaces must be used for alignment; tabs are not allowed
Open

     *        @OA\Parameter(name="moduleName", in="path", @OA\Schema(type="string"), description="Module name", required=true, example="Contacts"),

Spaces must be used for alignment; tabs are not allowed
Open

     *        type="object",

Spaces must be used for alignment; tabs are not allowed
Open

     *                    @OA\Property(property="mandatory", type="boolean", description="Check if field is mandatory", example=true),

Spaces must be used for alignment; tabs are not allowed
Open

     *                    @OA\Property(property="time-format", type="string", title="Time format, available only for type of field: time"),

Spaces must be used for alignment; tabs are not allowed
Open

     *        @OA\Parameter(name="moduleName", in="path", @OA\Schema(type="string"), description="Module name", required=true, example="Contacts"),

Spaces must be used for alignment; tabs are not allowed
Open

     *            @OA\JsonContent(type="array", @OA\Items(type="string", enum={"inventory", "blocks", "privileges", "dbStructure", "queryOperators"})),

Spaces must be used for alignment; tabs are not allowed
Open

     *    ),

Spaces must be used for alignment; tabs are not allowed
Open

     *        schema="BaseModule_Get_Fields_Response",

Spaces must be used for alignment; tabs are not allowed
Open

     *                required={"name", "label", "type", "mandatory", "defaultvalue", "presence", "quickcreate", "masseditable", "header_field", "maxlengthtext", "maximumlength", "maxwidthcolumn", "tabindex", "fieldtype", "id", "uitype", "sequence", "fieldparams", "blockId", "helpInfo"},

Spaces must be used for alignment; tabs are not allowed
Open

     *                        @OA\Property(property="class", type="string", description="Gui class", example="badge-info"),

Spaces must be used for alignment; tabs are not allowed
Open

     *        path="/webservice/WebservicePremium/{moduleName}/Fields",

Spaces must be used for alignment; tabs are not allowed
Open

     *        ),

Spaces must be used for alignment; tabs are not allowed
Open

     *    @OA\Schema(

Spaces must be used for alignment; tabs are not allowed
Open

     *            @OA\Property(property="fields", type="object", title="List of all available fields in the module",

Spaces must be used for alignment; tabs are not allowed
Open

     *                    @OA\Property(property="name", type="string", description="Field name", example="subject"),

Spaces must be used for alignment; tabs are not allowed
Open

     *                    ),

Spaces must be used for alignment; tabs are not allowed
Open

     *                    @OA\Property(property="maxlengthtext", type="integer", description="Max length text", example=0),

Spaces must be used for alignment; tabs are not allowed
Open

     *                    @OA\Property(property="picklistvalues", type="object", title="Picklist values, available only for type of field: picklist, multipicklist, multiowner, multiReferenceValue, inventoryLimit, languages, currencyList, fileLocationType, taxes, multiListFields, mailScannerFields, country, modules, sharedOwner, categoryMultipicklist, tree",

Spaces must be used for alignment; tabs are not allowed
Open

     *                    @OA\Property(property="decimal_separator", type="string", title="Currency decimal separator, available only for type of field: currency"),

Spaces must be used for alignment; tabs are not allowed
Open

     *                    @OA\Property(property="group_separator", type="string", title="Currency group separator, available only for type of field: currency"),

Spaces must be used for alignment; tabs are not allowed
Open

     *                        @OA\Property(property="allowNull", type="boolean", description="Whether this column can be null.", example=true),

Spaces must be used for alignment; tabs are not allowed
Open

     *                        @OA\Property(property="comment", type="string", description="Comment of this column.", example=""),

Spaces must be used for alignment; tabs are not allowed
Open

     *                        @OA\Property(property="raw", type="string", description="Raw value", example="T10"),

Spaces must be used for alignment; tabs are not allowed
Open

     *        tags={"BaseModule"},

Spaces must be used for alignment; tabs are not allowed
Open

     *        ),

Spaces must be used for alignment; tabs are not allowed
Open

     *        @OA\Property(property="status", type="integer", enum={0, 1}, description="A numeric value of 0 or 1 that indicates whether the communication is valid. 1 - success , 0 - error"),

Spaces must be used for alignment; tabs are not allowed
Open

     *            @OA\Property(property="fields", type="object", title="List of all available fields in the module",

Spaces must be used for alignment; tabs are not allowed
Open

     *                required={"name", "label", "type", "mandatory", "defaultvalue", "presence", "quickcreate", "masseditable", "header_field", "maxlengthtext", "maximumlength", "maxwidthcolumn", "tabindex", "fieldtype", "id", "uitype", "sequence", "fieldparams", "blockId", "helpInfo"},

Spaces must be used for alignment; tabs are not allowed
Open

     *                    @OA\Property(property="defaultvalue", type="string", description="Default field value", example=""),

Spaces must be used for alignment; tabs are not allowed
Open

     *                    @OA\Property(property="fieldtype", type="string", description="Field short data type", example="V"),

Spaces must be used for alignment; tabs are not allowed
Open

     *                    @OA\Property(property="formats", type="object", title="File Format, available only for type of field: multiImage, image",

Spaces must be used for alignment; tabs are not allowed
Open

     *                    @OA\Property(property="fieldparams", description="Field params", type="object"),

Spaces must be used for alignment; tabs are not allowed
Open

     *                        @OA\AdditionalProperties(description="Tree item", type="string", example="Accounts"),

Spaces must be used for alignment; tabs are not allowed
Open

     *                    @OA\Property(property="label", description="Block label", type="string", example="Account details"),

Spaces must be used for alignment; tabs are not allowed
Open

     *        description="Returns information about fields, blocks and inventory based on the selected module",

Spaces must be used for alignment; tabs are not allowed
Open

     *                    @OA\Property(property="label", description="Block label", type="string", example="Account details"),

Spaces must be used for alignment; tabs are not allowed
Open

     *        ),

Spaces must be used for alignment; tabs are not allowed
Open

     *                    @OA\Property(property="sequence", description="Block sequence", type="integer", example=1),

Spaces must be used for alignment; tabs are not allowed
Open

     *            @OA\XmlContent(ref="#/components/schemas/BaseModule_Get_Fields_Response"),

Spaces must be used for alignment; tabs are not allowed
Open

     *                    @OA\Property(property="presence", type="boolean", description="Check if field is active", example=true),

Spaces must be used for alignment; tabs are not allowed
Open

     *                    @OA\Property(property="masseditable", type="boolean", description="Check if field is quick create enabled", example=true),

Spaces must be used for alignment; tabs are not allowed
Open

     *                    @OA\Property(property="tabindex", type="integer", description="Field tab index", example=0),

Spaces must be used for alignment; tabs are not allowed
Open

     *                    @OA\Property(property="fieldtype", type="string", description="Field short data type", example="V"),

Spaces must be used for alignment; tabs are not allowed
Open

     *                    ),

Spaces must be used for alignment; tabs are not allowed
Open

     *                    @OA\Property(property="blockId", type="integer", description="Field block id", example=280),

Spaces must be used for alignment; tabs are not allowed
Open

     *                        @OA\Property(property="allowNull", type="boolean", description="Whether this column can be null.", example=true),

Spaces must be used for alignment; tabs are not allowed
Open

     *                    @OA\Property(property="queryOperators", type="object", description="Field query operators, depends on header `x-response-params`"),

Spaces must be used for alignment; tabs are not allowed
Open

     *                        @OA\AdditionalProperties(description="Tree item", type="string", example="Accounts"),

Spaces must be used for alignment; tabs are not allowed
Open

     *                    ),

Spaces must be used for alignment; tabs are not allowed
Open

     *            @OA\Property(property="blocks", type="object", title="List of all available blocks in the module, depends on header `x-response-params`",

Spaces must be used for alignment; tabs are not allowed
Open

     *        @OA\Parameter(name="X-ENCRYPTED", in="header", @OA\Schema(ref="#/components/schemas/Header-Encrypted"), required=true),

Spaces must be used for alignment; tabs are not allowed
Open

     *        required={"status", "result"},

Spaces must be used for alignment; tabs are not allowed
Open

     *                    ),

Spaces must be used for alignment; tabs are not allowed
Open

     *                    ),

Spaces must be used for alignment; tabs are not allowed
Open

     *                    @OA\Property(property="formats", type="object", title="File Format, available only for type of field: multiImage, image",

Spaces must be used for alignment; tabs are not allowed
Open

     *                    @OA\Property(property="uitype", type="integer", description="Field UiType", example=1),

Spaces must be used for alignment; tabs are not allowed
Open

     *                    @OA\Property(property="sequence", description="Sequence field", type="integer", example=24862),

Spaces must be used for alignment; tabs are not allowed
Open

     *                        @OA\Property(property="dbType", type="string", description="The DB type of this column.", example="int(10)"),

Spaces must be used for alignment; tabs are not allowed
Open

     *                        @OA\Property(property="enumValues", type="string", description="Enumerable values.", example=""),

Spaces must be used for alignment; tabs are not allowed
Open

     *                        @OA\Property(property="precision", type="integer", description="Precision of the column data, if it is numeric.", example=10),

Spaces must be used for alignment; tabs are not allowed
Open

     *                        @OA\Property(property="scale", type="integer", description="Scale of the column data, if it is numeric.", example=0),

Spaces must be used for alignment; tabs are not allowed
Open

     *                            @OA\Property(property="parent", description="Parent tree id", type="string", example="T1"),

Spaces must be used for alignment; tabs are not allowed
Open

     *                    required={"id", "tabid", "label", "sequence", "showtitle", "visible", "increateview", "ineditview", "indetailview", "display_status", "iscustom", "icon", "name"},

Spaces must be used for alignment; tabs are not allowed
Open

     *                    @OA\Property(property="showtitle", description="Specifies whether the title should be visible", type="integer", example=0),

Spaces must be used for alignment; tabs are not allowed
Open

     *        @OA\Parameter(name="x-response-params", in="header", description="The header contains information about additional data to be returned in the response [Json array]", required=false,

Spaces must be used for alignment; tabs are not allowed
Open

     *        @OA\Parameter(name="x-response-params", in="header", description="The header contains information about additional data to be returned in the response [Json array]", required=false,

Spaces must be used for alignment; tabs are not allowed
Open

     *        @OA\Response(response=200, description="Fields, blocks and inventory details",

Spaces must be used for alignment; tabs are not allowed
Open

     *        @OA\Property(property="result", type="object", title="Fields parameters", required={"fields", "blocks"},

Spaces must be used for alignment; tabs are not allowed
Open

     *                @OA\AdditionalProperties(

Spaces must be used for alignment; tabs are not allowed
Open

     *                    @OA\Property(property="label", type="string", description="Field label translated into the user's language", example="Subject"),

Spaces must be used for alignment; tabs are not allowed
Open

     *                    @OA\Property(property="type", type="string", description="Field type", example="string"),

Spaces must be used for alignment; tabs are not allowed
Open

     *                    @OA\Property(property="header_field", type="object", title="Field configuration available in the header",

Spaces must be used for alignment; tabs are not allowed
Open

     *                    @OA\Property(property="date-format", type="string", title="Date format, available only for type of field: date, datetime"),

Spaces must be used for alignment; tabs are not allowed
Open

     *                    @OA\Property(property="restrictedDomains", type="object", title="Email restricted domains, available only for type of field: email",

Spaces must be used for alignment; tabs are not allowed
Open

     *                        @OA\Property(property="jpg", description="List of file data formats", example="jpg"),

Spaces must be used for alignment; tabs are not allowed
Open

     *                    ),

Spaces must be used for alignment; tabs are not allowed
Open

     *                    @OA\Property(property="isCreatable", description="Check if the field is creatable, depends on header `x-response-params`", type="boolean", example=true),

Spaces must be used for alignment; tabs are not allowed
Open

     *                        @OA\Property(property="precision", type="integer", description="Precision of the column data, if it is numeric.", example=10),

Spaces must be used for alignment; tabs are not allowed
Open

     *        security={{"basicAuth" : {}, "ApiKeyAuth" : {}, "token" : {}}},

Spaces must be used for alignment; tabs are not allowed
Open

     *                        @OA\Property(property="scale", type="integer", description="Scale of the column data, if it is numeric.", example=0),

Spaces must be used for alignment; tabs are not allowed
Open

     *                        @OA\Property(property="isPrimaryKey", type="boolean", description="Whether this column is a primary key", example=false),

Spaces must be used for alignment; tabs are not allowed
Open

     *                    ),

Spaces must be used for alignment; tabs are not allowed
Open

     *                        @OA\Property(property="unsigned", type="boolean", description="Whether this column is unsigned.", example=false),

Spaces must be used for alignment; tabs are not allowed
Open

     *                    @OA\Property(property="maxwidthcolumn", type="integer", description="Max width column", example=0),

Spaces must be used for alignment; tabs are not allowed
Open

     *                        @OA\Property(property="comment", type="string", description="Comment of this column.", example=""),

Spaces must be used for alignment; tabs are not allowed
Open

     *                    ),

Spaces must be used for alignment; tabs are not allowed
Open

     *                    @OA\Property(property="dbStructure", type="object", title="Info about field structure in database, depends on header `x-response-params`",

Spaces must be used for alignment; tabs are not allowed
Open

     *            ),

Spaces must be used for alignment; tabs are not allowed
Open

     *                    required={"id", "tabid", "label", "sequence", "showtitle", "visible", "increateview", "ineditview", "indetailview", "display_status", "iscustom", "icon", "name"},

Spaces must be used for alignment; tabs are not allowed
Open

     *                        @OA\Property(property="defaultValue", type="string", description="Default value of this column", example="10"),

Spaces must be used for alignment; tabs are not allowed
Open

     *                        @OA\Property(property="size", type="integer", description="Display size of the column.", example=10),

Spaces must be used for alignment; tabs are not allowed
Open

     *                        @OA\Property(property="size", type="integer", description="Display size of the column.", example=10),

Spaces must be used for alignment; tabs are not allowed
Open

     *        description="Returns information about fields, blocks and inventory based on the selected module",

Spaces must be used for alignment; tabs are not allowed
Open

     *        tags={"BaseModule"},

Spaces must be used for alignment; tabs are not allowed
Open

     *                    ),

Spaces must be used for alignment; tabs are not allowed
Open

     *                    ),

Spaces must be used for alignment; tabs are not allowed
Open

     *                            @OA\Property(property="text", description="Tree value", type="string", example="Tree value"),

Spaces must be used for alignment; tabs are not allowed
Open

     *                        ),

Spaces must be used for alignment; tabs are not allowed
Open

     *        security={{"basicAuth" : {}, "ApiKeyAuth" : {}, "token" : {}}},

Spaces must be used for alignment; tabs are not allowed
Open

     *                    @OA\Property(property="presence", type="boolean", description="Check if field is active", example=true),

Spaces must be used for alignment; tabs are not allowed
Open

     *                        @OA\Property(property="type", type="string", description="Type", example="value"),

Spaces must be used for alignment; tabs are not allowed
Open

     *                    @OA\Property(property="decimal_separator", type="string", title="Currency decimal separator, available only for type of field: currency"),

Spaces must be used for alignment; tabs are not allowed
Open

     *                    @OA\Property(property="isReadOnly", description="Check if the field is read only (based on profiles), depends on header `x-response-params`", type="boolean", example=false),

Spaces must be used for alignment; tabs are not allowed
Open

     *                    @OA\Property(property="isCreatable", description="Check if the field is creatable, depends on header `x-response-params`", type="boolean", example=true),

Spaces must be used for alignment; tabs are not allowed
Open

     *                    @OA\Property(property="isEditableReadOnly", description="Check if the field is editable or read only (based on the field type), depends on header `x-response-params`", type="boolean", example=false),

Spaces must be used for alignment; tabs are not allowed
Open

     *                        @OA\Property(property="name", type="string", description="Name of this column (without quotes).", example="parent_id"),

Spaces must be used for alignment; tabs are not allowed
Open

     *                        @OA\Property(property="phpType", type="string", description="The PHP type of this column.", example="integer"),

Spaces must be used for alignment; tabs are not allowed
Open

     *                            @OA\Property(property="tree", description="Tree id", type="string", example="T10"),

Spaces must be used for alignment; tabs are not allowed
Open

     *                ),

Spaces must be used for alignment; tabs are not allowed
Open

     *        @OA\Parameter(name="X-ENCRYPTED", in="header", @OA\Schema(ref="#/components/schemas/Header-Encrypted"), required=true),

Spaces must be used for alignment; tabs are not allowed
Open

     *            @OA\JsonContent(ref="#/components/schemas/BaseModule_Get_Fields_Response"),

Spaces must be used for alignment; tabs are not allowed
Open

     *        schema="BaseModule_Get_Fields_Response",

Spaces must be used for alignment; tabs are not allowed
Open

     *        description="Fields, blocks and inventory details",

Spaces must be used for alignment; tabs are not allowed
Open

     *                    @OA\Property(property="name", type="string", description="Field name", example="subject"),

Spaces must be used for alignment; tabs are not allowed
Open

     *                    @OA\Property(property="time-format", type="string", title="Time format, available only for type of field: time"),

Spaces must be used for alignment; tabs are not allowed
Open

     *                    @OA\Property(property="id", type="integer", description="Field ID", example=24862),

Spaces must be used for alignment; tabs are not allowed
Open

     *                    @OA\Property(property="sequence", description="Sequence field", type="integer", example=24862),

Spaces must be used for alignment; tabs are not allowed
Open

     *                        @OA\Property(property="type", type="string", description="Abstract type of this column.", example="integer"),

Spaces must be used for alignment; tabs are not allowed
Open

     *                        @OA\Property(property="autoIncrement", type="boolean", description="Whether this column is auto-incremental", example=false),

Spaces must be used for alignment; tabs are not allowed
Open

     *                    @OA\Property(property="isEmptyPicklistOptionAllowed", description="Defines empty picklist element availability", type="boolean", example=false),

Spaces must be used for alignment; tabs are not allowed
Open

     *                    @OA\Property(property="referenceList", type="object", title="List of related modules, available only for reference field",

Spaces must be used for alignment; tabs are not allowed
Open

     *                            @OA\Property(property="tree", description="Tree id", type="string", example="T10"),

Spaces must be used for alignment; tabs are not allowed
Open

     *                    @OA\Property(property="showtitle", description="Specifies whether the title should be visible", type="integer", example=0),

Spaces must be used for alignment; tabs are not allowed
Open

     *        @OA\Property(property="status", type="integer", enum={0, 1}, description="A numeric value of 0 or 1 that indicates whether the communication is valid. 1 - success , 0 - error"),

Spaces must be used for alignment; tabs are not allowed
Open

     *                    @OA\Property(property="header_field", type="object", title="Field configuration available in the header",

Spaces must be used for alignment; tabs are not allowed
Open

     *                    @OA\Property(property="tabindex", type="integer", description="Field tab index", example=0),

Spaces must be used for alignment; tabs are not allowed
Open

     *                    @OA\Property(property="group_separator", type="string", title="Currency group separator, available only for type of field: currency"),

Spaces must be used for alignment; tabs are not allowed
Open

     *                    @OA\Property(property="limit", type="integer", title="Limit the amount of images, available only for type of field: multiImage, image"),

Spaces must be used for alignment; tabs are not allowed
Open

     *                    @OA\Property(property="limit", type="integer", title="Limit the amount of images, available only for type of field: multiImage, image"),

Spaces must be used for alignment; tabs are not allowed
Open

     *                    @OA\Property(property="isEditable", description="Check if the field is editable, depends on header `x-response-params`", type="boolean", example=true),

Spaces must be used for alignment; tabs are not allowed
Open

     *                    @OA\Property(property="helpInfo", type="string", description="Additional field description", example="Edit,Detail"),

Spaces must be used for alignment; tabs are not allowed
Open

     *                        @OA\Property(property="defaultValue", type="string", description="Default value of this column", example="10"),

Spaces must be used for alignment; tabs are not allowed
Open

     *                    @OA\Property(property="referenceList", type="object", title="List of related modules, available only for reference field",

Spaces must be used for alignment; tabs are not allowed
Open

     *                    @OA\Property(property="treeValues", type="object", title="Tree items, available only for tree field",

Spaces must be used for alignment; tabs are not allowed
Open

     *                        @OA\Property(property="value", type="string", description="Value in editable format", example="Some value"),

Spaces must be used for alignment; tabs are not allowed
Open

     *                    @OA\Property(property="sequence", description="Block sequence", type="integer", example=1),

Spaces must be used for alignment; tabs are not allowed
Open

     *            @OA\JsonContent(ref="#/components/schemas/BaseModule_Get_Fields_Response"),

Spaces must be used for alignment; tabs are not allowed
Open

     *    @OA\Schema(

Spaces must be used for alignment; tabs are not allowed
Open

     *        title="Base module - Response action fields",

Spaces must be used for alignment; tabs are not allowed
Open

     *        title="Base module - Response action fields",

Spaces must be used for alignment; tabs are not allowed
Open

     *        description="Fields, blocks and inventory details",

Spaces must be used for alignment; tabs are not allowed
Open

     *        @OA\Property(property="result", type="object", title="Fields parameters", required={"fields", "blocks"},

Spaces must be used for alignment; tabs are not allowed
Open

     *                    @OA\Property(property="masseditable", type="boolean", description="Check if field is quick create enabled", example=true),

Spaces must be used for alignment; tabs are not allowed
Open

     *                    @OA\Property(property="maxlengthtext", type="integer", description="Max length text", example=0),

Spaces must be used for alignment; tabs are not allowed
Open

     *                    @OA\Property(property="isEditableReadOnly", description="Check if the field is editable or read only (based on the field type), depends on header `x-response-params`", type="boolean", example=false),

Spaces must be used for alignment; tabs are not allowed
Open

     *                    @OA\Property(property="helpInfo", type="string", description="Additional field description", example="Edit,Detail"),

Spaces must be used for alignment; tabs are not allowed
Open

     *                        @OA\AdditionalProperties(type="object", title="Tree item",

Spaces must be used for alignment; tabs are not allowed
Open

     *                        @OA\Property(property="raw", type="string", description="Raw value", example="T10"),

Spaces must be used for alignment; tabs are not allowed
Open

     *                    ),

Spaces must be used for alignment; tabs are not allowed
Open

     *            ),

Spaces must be used for alignment; tabs are not allowed
Open

     *                    @OA\Property(property="tabid", description="Module id", type="integer", example=9),

Spaces must be used for alignment; tabs are not allowed
Open

     *        summary="Get data about fields, blocks and inventory",

Spaces must be used for alignment; tabs are not allowed
Open

     *        @OA\Response(response=200, description="Fields, blocks and inventory details",

Spaces must be used for alignment; tabs are not allowed
Open

     *            @OA\XmlContent(ref="#/components/schemas/BaseModule_Get_Fields_Response"),

Spaces must be used for alignment; tabs are not allowed
Open

     *        required={"status", "result"},

Spaces must be used for alignment; tabs are not allowed
Open

     *                    @OA\Property(property="type", type="string", description="Field type", example="string"),

Spaces must be used for alignment; tabs are not allowed
Open

     *                    @OA\Property(property="defaultvalue", type="string", description="Default field value", example=""),

Spaces must be used for alignment; tabs are not allowed
Open

     *                    @OA\Property(property="quickcreate", type="boolean", description="Check if field is active", example=true),

Spaces must be used for alignment; tabs are not allowed
Open

     *                        @OA\Property(property="type", type="string", description="Type", example="value"),

Spaces must be used for alignment; tabs are not allowed
Open

     *                    @OA\Property(property="maximumlength", type="string", description="Maximum field range", example="-2147483648,2147483647"),

Spaces must be used for alignment; tabs are not allowed
Open

     *                    @OA\Property(property="maximumlength", type="string", description="Maximum field range", example="-2147483648,2147483647"),

Spaces must be used for alignment; tabs are not allowed
Open

     *                    @OA\Property(property="maxwidthcolumn", type="integer", description="Max width column", example=0),

Spaces must be used for alignment; tabs are not allowed
Open

     *                    @OA\Property(property="picklistvalues", type="object", title="Picklist values, available only for type of field: picklist, multipicklist, multiowner, multiReferenceValue, inventoryLimit, languages, currencyList, fileLocationType, taxes, multiListFields, mailScannerFields, country, modules, sharedOwner, categoryMultipicklist, tree",

Spaces must be used for alignment; tabs are not allowed
Open

     *                    @OA\Property(property="currency_symbol", type="string", title="Currency symbol, available only for type of field: currency"),

Spaces must be used for alignment; tabs are not allowed
Open

     *                    @OA\Property(property="currency_symbol", type="string", title="Currency symbol, available only for type of field: currency"),

Spaces must be used for alignment; tabs are not allowed
Open

     *                    @OA\Property(property="restrictedDomains", type="object", title="Email restricted domains, available only for type of field: email",

Spaces must be used for alignment; tabs are not allowed
Open

     *                    @OA\Property(property="blockId", type="integer", description="Field block id", example=280),

Spaces must be used for alignment; tabs are not allowed
Open

     *                        @OA\Property(property="enumValues", type="string", description="Enumerable values.", example=""),

Spaces must be used for alignment; tabs are not allowed
Open

     *                    @OA\Property(property="defaultEditValue", type="object", title="Default field value in editable format",

Spaces must be used for alignment; tabs are not allowed
Open

     *                    @OA\Property(property="id", description="Block id", type="integer", example=195),

Spaces must be used for alignment; tabs are not allowed
Open

     *                        @OA\Property(property="yeti.com", description="List of domains reserved by email", example="yeti.com"),

Spaces must be used for alignment; tabs are not allowed
Open

     *                        @OA\Property(property="yeti.com", description="List of domains reserved by email", example="yeti.com"),

Spaces must be used for alignment; tabs are not allowed
Open

     *                    @OA\Property(property="isViewable", description="Check if the field is viewable, depends on header `x-response-params`", type="boolean", example=true),

Spaces must be used for alignment; tabs are not allowed
Open

     *                    @OA\Property(property="isViewable", description="Check if the field is viewable, depends on header `x-response-params`", type="boolean", example=true),

Spaces must be used for alignment; tabs are not allowed
Open

     *                    @OA\Property(property="isReadOnly", description="Check if the field is read only (based on profiles), depends on header `x-response-params`", type="boolean", example=false),

Spaces must be used for alignment; tabs are not allowed
Open

     *                    @OA\Property(property="isEditableHidden", description="Check if the field is hidden in the edit (based on the field type), depends on header `x-response-params`", type="boolean", example=false),

Spaces must be used for alignment; tabs are not allowed
Open

     *                        @OA\Property(property="phpType", type="string", description="The PHP type of this column.", example="integer"),

Spaces must be used for alignment; tabs are not allowed
Open

     *                    @OA\Property(property="visible", description="Determines the visibility", type="integer", example=0),

Spaces must be used for alignment; tabs are not allowed
Open

     *                    @OA\Property(property="indetailview", description="Determines the visibility in detail view", type="integer", example=0),

Spaces must be used for alignment; tabs are not allowed
Open

     *                    @OA\Property(property="name", description="Block name translated into the user's language", type="string", example="Informacje podstawowe o firmie"),

Spaces must be used for alignment; tabs are not allowed
Open

     *            ),

Spaces must be used for alignment; tabs are not allowed
Open

     *                        @OA\Property(property="jpg", description="List of file data formats", example="jpg"),

Spaces must be used for alignment; tabs are not allowed
Open

     *                        @OA\Property(property="name", type="string", description="Name of this column (without quotes).", example="parent_id"),

Spaces must be used for alignment; tabs are not allowed
Open

     *                        @OA\Property(property="dbType", type="string", description="The DB type of this column.", example="int(10)"),

Spaces must be used for alignment; tabs are not allowed
Open

     *                    ),

Spaces must be used for alignment; tabs are not allowed
Open

     *                            @OA\Property(property="id", description="Number tree without prefix", type="integer", example=1),

Spaces must be used for alignment; tabs are not allowed
Open

     *                            @OA\Property(property="text", description="Tree value", type="string", example="Tree value"),

Spaces must be used for alignment; tabs are not allowed
Open

     *                        @OA\Property(property="value", type="string", description="Value in editable format", example="Some value"),

Spaces must be used for alignment; tabs are not allowed
Open

     *                    ),

Spaces must be used for alignment; tabs are not allowed
Open

     *                    @OA\Property(property="id", description="Block id", type="integer", example=195),

Spaces must be used for alignment; tabs are not allowed
Open

     *                    @OA\Property(property="tabid", description="Module id", type="integer", example=9),

Spaces must be used for alignment; tabs are not allowed
Open

     *                    @OA\Property(property="label", type="string", description="Field label translated into the user's language", example="Subject"),

Spaces must be used for alignment; tabs are not allowed
Open

     *                    @OA\Property(property="quickcreate", type="boolean", description="Check if field is active", example=true),

Spaces must be used for alignment; tabs are not allowed
Open

     *                    @OA\Property(property="isEditable", description="Check if the field is editable, depends on header `x-response-params`", type="boolean", example=true),

Spaces must be used for alignment; tabs are not allowed
Open

     *                    @OA\Property(property="isEditableHidden", description="Check if the field is hidden in the edit (based on the field type), depends on header `x-response-params`", type="boolean", example=false),

Spaces must be used for alignment; tabs are not allowed
Open

     *                        ),

Spaces must be used for alignment; tabs are not allowed
Open

     *                    @OA\Property(property="defaultEditValue", type="object", title="Default field value in editable format",

Spaces must be used for alignment; tabs are not allowed
Open

     *                @OA\AdditionalProperties(type="object", title="Block details",

Spaces must be used for alignment; tabs are not allowed
Open

     *                @OA\AdditionalProperties(type="object", title="Block details",

Spaces must be used for alignment; tabs are not allowed
Open

     *                    @OA\Property(property="ineditview", description="Determines the visibility in edit view", type="integer", example=0),

Spaces must be used for alignment; tabs are not allowed
Open

     *                        @OA\Property(property="label", description="Field label translated into the user's language", type="string", example="Unit price"),

Spaces must be used for alignment; tabs are not allowed
Open

     *            @OA\JsonContent(type="array", @OA\Items(type="string", enum={"inventory", "blocks", "privileges", "dbStructure", "queryOperators"})),

Spaces must be used for alignment; tabs are not allowed
Open

     *    ),

Spaces must be used for alignment; tabs are not allowed
Open

     *                @OA\AdditionalProperties(

Spaces must be used for alignment; tabs are not allowed
Open

     *                        @OA\Property(property="class", type="string", description="Gui class", example="badge-info"),

Spaces must be used for alignment; tabs are not allowed
Open

     *                    @OA\Property(property="date-format", type="string", title="Date format, available only for type of field: date, datetime"),

Spaces must be used for alignment; tabs are not allowed
Open

     *                    ),

Spaces must be used for alignment; tabs are not allowed
Open

     *                    @OA\Property(property="uitype", type="integer", description="Field UiType", example=1),

Spaces must be used for alignment; tabs are not allowed
Open

     *                        @OA\Property(property="type", type="string", description="Abstract type of this column.", example="integer"),

Spaces must be used for alignment; tabs are not allowed
Open

     *                        @OA\Property(property="isPrimaryKey", type="boolean", description="Whether this column is a primary key", example=false),

Spaces must be used for alignment; tabs are not allowed
Open

     *                    ),

Spaces must be used for alignment; tabs are not allowed
Open

     *                    @OA\Property(property="queryOperators", type="object", description="Field query operators, depends on header `x-response-params`"),

Spaces must be used for alignment; tabs are not allowed
Open

     *                    @OA\Property(property="treeValues", type="object", title="Tree items, available only for tree field",

Spaces must be used for alignment; tabs are not allowed
Open

     *                        @OA\AdditionalProperties(type="object", title="Tree item",

Spaces must be used for alignment; tabs are not allowed
Open

     *                            @OA\Property(property="id", description="Number tree without prefix", type="integer", example=1),

Spaces must be used for alignment; tabs are not allowed
Open

     *                    ),

Spaces must be used for alignment; tabs are not allowed
Open

     *                    @OA\Property(property="icon", description="Block icon class", type="string",  example="far fa-calendar-alt"),

Spaces must be used for alignment; tabs are not allowed
Open

     *    ),

Spaces must be used for alignment; tabs are not allowed
Open

     *                    @OA\Property(property="id", type="integer", description="Field ID", example=24862),

Spaces must be used for alignment; tabs are not allowed
Open

     *                    @OA\Property(property="fieldparams", description="Field params", type="object"),

Spaces must be used for alignment; tabs are not allowed
Open

     *                    @OA\Property(property="dbStructure", type="object", title="Info about field structure in database, depends on header `x-response-params`",

Spaces must be used for alignment; tabs are not allowed
Open

     *                        @OA\Property(property="autoIncrement", type="boolean", description="Whether this column is auto-incremental", example=false),

Spaces must be used for alignment; tabs are not allowed
Open

     *                        @OA\Property(property="unsigned", type="boolean", description="Whether this column is unsigned.", example=false),

Spaces must be used for alignment; tabs are not allowed
Open

     *                    @OA\Property(property="isEmptyPicklistOptionAllowed", description="Defines empty picklist element availability", type="boolean", example=false),

Spaces must be used for alignment; tabs are not allowed
Open

     *                            @OA\Property(property="parent", description="Parent tree id", type="string", example="T1"),

Spaces must be used for alignment; tabs are not allowed
Open

     *                ),

Spaces must be used for alignment; tabs are not allowed
Open

     *            @OA\Property(property="blocks", type="object", title="List of all available blocks in the module, depends on header `x-response-params`",

Spaces must be used for alignment; tabs are not allowed
Open

     *                    @OA\Property(property="icon", description="Block icon class", type="string",  example="far fa-calendar-alt"),

Spaces must be used for alignment; tabs are not allowed
Open

     *            @OA\Property(property="inventory", type="object", title="Inventory field group, available depending on the type of module, depends on header `x-response-params`",

Spaces must be used for alignment; tabs are not allowed
Open

     *                    @OA\AdditionalProperties(type="object", title="Inventory field details", required={"label", "type", "columnname", "isSummary", "isVisibleInDetail"},

Spaces must be used for alignment; tabs are not allowed
Open

     *    ),

Spaces must be used for alignment; tabs are not allowed
Open

    {

Spaces must be used for alignment; tabs are not allowed
Open

     *                    @OA\Property(property="increateview", description="Determines the visibility in creat view", type="integer", example=0),

Spaces must be used for alignment; tabs are not allowed
Open

     *                    @OA\Property(property="indetailview", description="Determines the visibility in detail view", type="integer", example=0),

Spaces must be used for alignment; tabs are not allowed
Open

     *                        @OA\Property(property="columnname", description="Field column name in db", type="string", example="price"),

Spaces must be used for alignment; tabs are not allowed
Open

     *                        @OA\Property(property="isSummary", description="Is the field contains summary", type="boolean", example=false),

Spaces must be used for alignment; tabs are not allowed
Open

     *                ),

Spaces must be used for alignment; tabs are not allowed
Open

     *                    @OA\Property(property="display_status", description="Determines whether the block should be expanded", type="integer", example=2),

Spaces must be used for alignment; tabs are not allowed
Open

     *                        @OA\Property(property="label", description="Field label translated into the user's language", type="string", example="Unit price"),

Spaces must be used for alignment; tabs are not allowed
Open

     *                        @OA\Property(property="isSummary", description="Is the field contains summary", type="boolean", example=false),

Spaces must be used for alignment; tabs are not allowed
Open

     *            ),

Spaces must be used for alignment; tabs are not allowed
Open

     *            ),

Spaces must be used for alignment; tabs are not allowed
Open

     * )

Spaces must be used for alignment; tabs are not allowed
Open

        return parent::get();

Spaces must be used for alignment; tabs are not allowed
Open

     *                ),

Spaces must be used for alignment; tabs are not allowed
Open

     *                        @OA\Property(property="columnname", description="Field column name in db", type="string", example="price"),

Spaces must be used for alignment; tabs are not allowed
Open

     *                        @OA\Property(property="isVisibleInDetail", description="Check if field is visible in detail view", type="boolean", example=true),

Spaces must be used for alignment; tabs are not allowed
Open

     *                ),

Spaces must be used for alignment; tabs are not allowed
Open

     *        ),

Spaces must be used for alignment; tabs are not allowed
Open

     *                    ),

Spaces must be used for alignment; tabs are not allowed
Open

     */

Spaces must be used for alignment; tabs are not allowed
Open

     *                ),

Spaces must be used for alignment; tabs are not allowed
Open

     *                    @OA\Property(property="visible", description="Determines the visibility", type="integer", example=0),

Spaces must be used for alignment; tabs are not allowed
Open

     *                    @OA\Property(property="iscustom", description="Determines if the block has been added by the user", type="integer", example=0),

Spaces must be used for alignment; tabs are not allowed
Open

     *                    @OA\Property(property="iscustom", description="Determines if the block has been added by the user", type="integer", example=0),

Spaces must be used for alignment; tabs are not allowed
Open

     *            ),

Spaces must be used for alignment; tabs are not allowed
Open

     *            @OA\Property(property="inventory", type="object", title="Inventory field group, available depending on the type of module, depends on header `x-response-params`",

Spaces must be used for alignment; tabs are not allowed
Open

     *                    @OA\Property(property="name", description="Block name translated into the user's language", type="string", example="Informacje podstawowe o firmie"),

Spaces must be used for alignment; tabs are not allowed
Open

     *                @OA\Property(property="1", type="object", title="Inventory field list",

Spaces must be used for alignment; tabs are not allowed
Open

     *                        @OA\Property(property="type", description="Field type", type="string", example="UnitPrice"),

Spaces must be used for alignment; tabs are not allowed
Open

     *                @OA\Property(property="1", type="object", title="Inventory field list",

Spaces must be used for alignment; tabs are not allowed
Open

     *                        @OA\Property(property="type", description="Field type", type="string", example="UnitPrice"),

Spaces must be used for alignment; tabs are not allowed
Open

     *                    @OA\Property(property="ineditview", description="Determines the visibility in edit view", type="integer", example=0),

Spaces must be used for alignment; tabs are not allowed
Open

     *                        @OA\Property(property="isVisibleInDetail", description="Check if field is visible in detail view", type="boolean", example=true),

Spaces must be used for alignment; tabs are not allowed
Open

    }

Spaces must be used for alignment; tabs are not allowed
Open

     *                    @OA\Property(property="increateview", description="Determines the visibility in creat view", type="integer", example=0),

Spaces must be used for alignment; tabs are not allowed
Open

     *                    @OA\Property(property="display_status", description="Determines whether the block should be expanded", type="integer", example=2),

Spaces must be used for alignment; tabs are not allowed
Open

     *                    @OA\AdditionalProperties(type="object", title="Inventory field details", required={"label", "type", "columnname", "isSummary", "isVisibleInDetail"},

Spaces must be used for alignment; tabs are not allowed
Open

     *                    ),

Spaces must be used for alignment; tabs are not allowed
Open

     *        ),

Spaces must be used for alignment; tabs are not allowed
Open

    public function get(): array

Spaces must be used to indent lines; tabs are not allowed
Open

     *

Line exceeds 120 characters; contains 286 characters
Open

     *                required={"name", "label", "type", "mandatory", "defaultvalue", "presence", "quickcreate", "masseditable", "header_field", "maxlengthtext", "maximumlength", "maxwidthcolumn", "tabindex", "fieldtype", "id", "uitype", "sequence", "fieldparams", "blockId", "helpInfo"},

Line exceeds 120 characters; contains 131 characters
Open

     *                        @OA\Property(property="yeti.com", description="List of domains reserved by email", example="yeti.com"),

Line exceeds 120 characters; contains 129 characters
Open

     *                    @OA\Property(property="header_field", type="object", title="Field configuration available in the header",

Line exceeds 120 characters; contains 154 characters
Open

     *                        @OA\Property(property="precision", type="integer", description="Precision of the column data, if it is numeric.", example=10),

Line exceeds 120 characters; contains 127 characters
Open

     *                        @OA\Property(property="comment", type="string", description="Comment of this column.", example=""),

Line exceeds 120 characters; contains 189 characters
Open

     *        @OA\Property(property="status", type="integer", enum={0, 1}, description="A numeric value of 0 or 1 that indicates whether the communication is valid. 1 - success , 0 - error"),

Line exceeds 120 characters; contains 121 characters
Open

     *                        @OA\Property(property="class", type="string", description="Gui class", example="badge-info"),

Line exceeds 120 characters; contains 149 characters
Open

     *                        @OA\Property(property="isPrimaryKey", type="boolean", description="Whether this column is a primary key", example=false),

Spaces must be used to indent lines; tabs are not allowed
Open

     *

Spaces must be used to indent lines; tabs are not allowed
Open

     * @return array

Line exceeds 120 characters; contains 145 characters
Open

     *        @OA\Parameter(name="moduleName", in="path", @OA\Schema(type="string"), description="Module name", required=true, example="Contacts"),

Line exceeds 120 characters; contains 145 characters
Open

     *                        @OA\Property(property="scale", type="integer", description="Scale of the column data, if it is numeric.", example=0),

Line exceeds 120 characters; contains 141 characters
Open

     *                        @OA\Property(property="unsigned", type="boolean", description="Whether this column is unsigned.", example=false),

Line exceeds 120 characters; contains 155 characters
Open

     *                    @OA\Property(property="queryOperators", type="object", description="Field query operators, depends on header `x-response-params`"),

Line exceeds 120 characters; contains 128 characters
Open

     *                    @OA\Property(property="defaultEditValue", type="object", title="Default field value in editable format",

Line exceeds 120 characters; contains 147 characters
Open

     *                    @OA\Property(property="showtitle", description="Specifies whether the title should be visible", type="integer", example=0),

Line exceeds 120 characters; contains 124 characters
Open

     *                    @OA\Property(property="defaultvalue", type="string", description="Default field value", example=""),

Line exceeds 120 characters; contains 357 characters
Open

     *                    @OA\Property(property="picklistvalues", type="object", title="Picklist values, available only for type of field: picklist, multipicklist, multiowner, multiReferenceValue, inventoryLimit, languages, currencyList, fileLocationType, taxes, multiListFields, mailScannerFields, country, modules, sharedOwner, categoryMultipicklist, tree",

Line exceeds 120 characters; contains 149 characters
Open

     *                    @OA\Property(property="currency_symbol", type="string", title="Currency symbol, available only for type of field: currency"),

Line exceeds 120 characters; contains 158 characters
Open

     *                    @OA\Property(property="group_separator", type="string", title="Currency group separator, available only for type of field: currency"),

Line exceeds 120 characters; contains 197 characters
Open

     *                    @OA\Property(property="isReadOnly", description="Check if the field is read only (based on profiles), depends on header `x-response-params`", type="boolean", example=false),

Line exceeds 120 characters; contains 141 characters
Open

     *                        @OA\Property(property="allowNull", type="boolean", description="Whether this column can be null.", example=true),

Line exceeds 120 characters; contains 139 characters
Open

     *                        @OA\Property(property="defaultValue", type="string", description="Default value of this column", example="10"),

Line exceeds 120 characters; contains 128 characters
Open

     *                    @OA\Property(property="presence", type="boolean", description="Check if field is active", example=true),

Line exceeds 120 characters; contains 146 characters
Open

     *                    @OA\Property(property="masseditable", type="boolean", description="Check if field is quick create enabled", example=true),

Line exceeds 120 characters; contains 137 characters
Open

     *                        @OA\Property(property="dbType", type="string", description="The DB type of this column.", example="int(10)"),

Spaces must be used to indent lines; tabs are not allowed
Open

     * @OA\Get(

Line exceeds 120 characters; contains 132 characters
Open

     *                    @OA\Property(property="mandatory", type="boolean", description="Check if field is mandatory", example=true),

Line exceeds 120 characters; contains 123 characters
Open

     *                    @OA\Property(property="maxwidthcolumn", type="integer", description="Max width column", example=0),

Line exceeds 120 characters; contains 123 characters
Open

     *                            @OA\Property(property="parent", description="Parent tree id", type="string", example="T1"),

Line exceeds 120 characters; contains 147 characters
Open

     *                        @OA\Property(property="name", type="string", description="Name of this column (without quotes).", example="parent_id"),

Line exceeds 120 characters; contains 137 characters
Open

     *                        @OA\Property(property="type", type="string", description="Abstract type of this column.", example="integer"),

Line exceeds 120 characters; contains 125 characters
Open

     *                        @OA\Property(property="enumValues", type="string", description="Enumerable values.", example=""),

Line exceeds 120 characters; contains 186 characters
Open

     *                    required={"id", "tabid", "label", "sequence", "showtitle", "visible", "increateview", "ineditview", "indetailview", "display_status", "iscustom", "icon", "name"},

Line exceeds 120 characters; contains 129 characters
Open

     *                        @OA\Property(property="size", type="integer", description="Display size of the column.", example=10),

Line exceeds 120 characters; contains 124 characters
Open

     *                    @OA\Property(property="label", description="Block label", type="string", example="Account details"),

Line exceeds 120 characters; contains 137 characters
Open

     *                    @OA\Property(property="time-format", type="string", title="Time format, available only for type of field: time"),

Line exceeds 120 characters; contains 153 characters
Open

     *                        @OA\Property(property="autoIncrement", type="boolean", description="Whether this column is auto-incremental", example=false),

Line exceeds 120 characters; contains 146 characters
Open

     *                    @OA\Property(property="referenceList", type="object", title="List of related modules, available only for reference field",

Line exceeds 120 characters; contains 131 characters
Open

     *                    @OA\Property(property="quickcreate", type="boolean", description="Check if field is active", example=true),

Line exceeds 120 characters; contains 162 characters
Open

     *                    @OA\Property(property="decimal_separator", type="string", title="Currency decimal separator, available only for type of field: currency"),

Line exceeds 120 characters; contains 175 characters
Open

     *                    @OA\Property(property="isEditable", description="Check if the field is editable, depends on header `x-response-params`", type="boolean", example=true),

Line exceeds 120 characters; contains 139 characters
Open

     *                        @OA\Property(property="phpType", type="string", description="The PHP type of this column.", example="integer"),

Line exceeds 120 characters; contains 147 characters
Open

     *                    @OA\Property(property="date-format", type="string", title="Date format, available only for type of field: date, datetime"),

Line exceeds 120 characters; contains 218 characters
Open

     *                    @OA\Property(property="isEditableHidden", description="Check if the field is hidden in the edit (based on the field type), depends on header `x-response-params`", type="boolean", example=false),

Line exceeds 120 characters; contains 125 characters
Open

     *                    @OA\Property(property="treeValues", type="object", title="Tree items, available only for tree field",

Line exceeds 120 characters; contains 131 characters
Open

     *        @OA\Parameter(name="X-ENCRYPTED", in="header", @OA\Schema(ref="#/components/schemas/Header-Encrypted"), required=true),

Line exceeds 120 characters; contains 147 characters
Open

     *                    @OA\Property(property="maximumlength", type="string", description="Maximum field range", example="-2147483648,2147483647"),

Line exceeds 120 characters; contains 124 characters
Open

     *                    @OA\Property(property="fieldtype", type="string", description="Field short data type", example="V"),

Line exceeds 120 characters; contains 177 characters
Open

     *                    @OA\Property(property="isCreatable", description="Check if the field is creatable, depends on header `x-response-params`", type="boolean", example=true),

Line exceeds 120 characters; contains 153 characters
Open

     *            @OA\Property(property="blocks", type="object", title="List of all available blocks in the module, depends on header `x-response-params`",

Spaces must be used to indent lines; tabs are not allowed
Open

    /**

Line exceeds 120 characters; contains 156 characters
Open

     *                    @OA\Property(property="restrictedDomains", type="object", title="Email restricted domains, available only for type of field: email",

Line exceeds 120 characters; contains 160 characters
Open

     *                    @OA\Property(property="limit", type="integer", title="Limit the amount of images, available only for type of field: multiImage, image"),

Line exceeds 120 characters; contains 145 characters
Open

     *                    @OA\Property(property="formats", type="object", title="File Format, available only for type of field: multiImage, image",

Line exceeds 120 characters; contains 162 characters
Open

     *                    @OA\Property(property="dbStructure", type="object", title="Info about field structure in database, depends on header `x-response-params`",

Line exceeds 120 characters; contains 121 characters
Open

     *                    @OA\Property(property="maxlengthtext", type="integer", description="Max length text", example=0),

Line exceeds 120 characters; contains 140 characters
Open

     *                    @OA\Property(property="helpInfo", type="string", description="Additional field description", example="Edit,Detail"),

Line exceeds 120 characters; contains 175 characters
Open

     *                    @OA\Property(property="isViewable", description="Check if the field is viewable, depends on header `x-response-params`", type="boolean", example=true),

Spaces must be used to indent lines; tabs are not allowed
Open

     * Get data about fields, blocks and inventory.

Line exceeds 120 characters; contains 193 characters
Open

     *        @OA\Parameter(name="x-response-params", in="header", description="The header contains information about additional data to be returned in the response [Json array]", required=false,

Line exceeds 120 characters; contains 168 characters
Open

     *                    @OA\Property(property="isEmptyPicklistOptionAllowed", description="Defines empty picklist element availability", type="boolean", example=false),

Line exceeds 120 characters; contains 125 characters
Open

     *                            @OA\Property(property="text", description="Tree value", type="string", example="Tree value"),

Spaces must be used to indent lines; tabs are not allowed
Open

     *        path="/webservice/WebservicePremium/{moduleName}/Fields",

Line exceeds 120 characters; contains 149 characters
Open

     *            @OA\JsonContent(type="array", @OA\Items(type="string", enum={"inventory", "blocks", "privileges", "dbStructure", "queryOperators"})),

Line exceeds 120 characters; contains 152 characters
Open

     *                    @OA\Property(property="label", type="string", description="Field label translated into the user's language", example="Subject"),

Line exceeds 120 characters; contains 129 characters
Open

     *                            @OA\Property(property="id", description="Number tree without prefix", type="integer", example=1),

Line exceeds 120 characters; contains 141 characters
Open

     *                    @OA\Property(property="ineditview", description="Determines the visibility in edit view", type="integer", example=0),

Line exceeds 120 characters; contains 223 characters
Open

     *                    @OA\Property(property="isEditableReadOnly", description="Check if the field is editable or read only (based on the field type), depends on header `x-response-params`", type="boolean", example=false),

Line exceeds 120 characters; contains 136 characters
Open

     *                        @OA\Property(property="value", type="string", description="Value in editable format", example="Some value"),

Line exceeds 120 characters; contains 125 characters
Open

     *                    @OA\Property(property="visible", description="Determines the visibility", type="integer", example=0),

Line exceeds 120 characters; contains 154 characters
Open

     *                    @OA\Property(property="display_status", description="Determines whether the block should be expanded", type="integer", example=2),

Line exceeds 120 characters; contains 157 characters
Open

     *                        @OA\Property(property="isVisibleInDetail", description="Check if field is visible in detail view", type="boolean", example=true),

Line exceeds 120 characters; contains 151 characters
Open

     *                    @OA\Property(property="iscustom", description="Determines if the block has been added by the user", type="integer", example=0),

Line exceeds 120 characters; contains 144 characters
Open

     *                    @OA\Property(property="increateview", description="Determines the visibility in creat view", type="integer", example=0),

Line exceeds 120 characters; contains 133 characters
Open

     *                    @OA\Property(property="icon", description="Block icon class", type="string",  example="far fa-calendar-alt"),

Line exceeds 120 characters; contains 173 characters
Open

     *                    @OA\Property(property="name", description="Block name translated into the user's language", type="string", example="Informacje podstawowe o firmie"),

Line exceeds 120 characters; contains 172 characters
Open

     *                    @OA\AdditionalProperties(type="object", title="Inventory field details", required={"label", "type", "columnname", "isSummary", "isVisibleInDetail"},

Line exceeds 120 characters; contains 145 characters
Open

     *                    @OA\Property(property="indetailview", description="Determines the visibility in detail view", type="integer", example=0),

Line exceeds 120 characters; contains 139 characters
Open

     *                        @OA\Property(property="isSummary", description="Is the field contains summary", type="boolean", example=false),

Line exceeds 120 characters; contains 159 characters
Open

     *                        @OA\Property(property="label", description="Field label translated into the user's language", type="string", example="Unit price"),

Line exceeds 120 characters; contains 135 characters
Open

     *                        @OA\Property(property="columnname", description="Field column name in db", type="string", example="price"),

Line exceeds 120 characters; contains 178 characters
Open

     *            @OA\Property(property="inventory", type="object", title="Inventory field group, available depending on the type of module, depends on header `x-response-params`",

There are no issues that match your filters.

Category
Status