<DataSource Name="GetEmployeesWithEvents">
<ConnectionProperties>
<DataProvider>WebAPI</DataProvider>
<ConnectString>{"MethodType":"Get","Headers":[{"Key":"Authorization","Value":"=Parameters!Token.Value"},{"Key":"businessCustomerId","Value":"=Parameters!BusinessCustomer.Value"},{"Key":"dateFrom","Value":"=Parameters!FromDate.Value"},{"Key":"dateTo","Value":"=Parameters!ToDate.Value"},{"Key":"structureUnitIds","Value":"=Join(Parameters!CustomerStructureUnit.Value, \",\")"}],"SecurityType":"None","URL":"=Parameters!Url.Value & \"api/employeesAPI/GetEmployeesWithEvents\"","DataFormat":"JSON"}</ConnectString>
<rd:CustomProperties>
<rd:CustomProperty>
<rd:Name>DefaultValues</rd:Name>
<rd:Value>{"url":"https://localhost:5001/api/employeesAPI/GetEmployeesWithEvents","rawdata":"","parameters":[],"headers":[{"Key":"Authorization","Value":"bearer blabla"},{"Key":"businessCustomerId","Value":"43"},{"Key":"dateFrom","Value":"2020.01.01"},{"Key":"dateTo","Value":"2021.02.28"},{"Key":"structureUnitIds","Value":"1,2,3,4,5,6,7,8"}]}</rd:Value>
</rd:CustomProperty>
</rd:CustomProperties>
</ConnectionProperties>
</DataSource>