White Server White Server White Server API White Server API v2 Description of Methods Current: ServiceGetMultiAgentInfo ServiceGetMultiAgentInfo PurposeGets multi-agent parametersRequest typeAsynchronousSupported agent versionv2.мультиагентPluggetSystemTypeAgentInternalRequest formatJSON{ "taskType": "ServiceGetMultiAgentInfo", "params": {}}ParameterTypeMandatoryDescriptiontaskTypestringyesTask type. For this method, the value is ServiceGetMultiAgentInfoResponse formatSuccessful responseJSON{ "responseCommon":{ "taskGuid":"guid", "taskType":"ServiceGetMultiAgentInfo", "agentGuid": "guid" }, "taskResponse":{ "objectList":[int], "supportedTaskTypes":["string enum"] }, "error":{ "wsError":{ "code":"string", "desc":"string" } }}ParameterTypeDescription-taskGuidguidUnique code for this task. Used when receiving a task via the queue-taskTypestring enumTask type-agentGuidguid stringMulti-agent identifier-objectListarray of intList of objectIds that the multi-agent can work with-supportedTaskTypesarray of string enumsList of Tasks supported by the multi-agent. Read more in the article White Server API v2errorError container, for more details see the article Error DescriptionResponse with access errorJSON{ "responseCommon": { "taskGuid": "34398dc7-5488-49d1-a499-fef9e8826f40", "taskType": "ServiceGetMultiAgentInfo", "agentGuid": "guid" }, "error": { "wsError": { "code": "AuthFailed" } }} ×