How to access series endpoint with Cumulocity SDK

Product/components used and version/fix level:

Cumulocity Production

Detailed explanation of the problem:

Hi, I have an application where I need aggregated data provided by the series endpoint. I am using Cumulocity SDK and there is no method for series endpoint. I can use my service bootstrap credentials and access the endpoint directly but I wanted to know if there is any recommended method or optimized way to access the endpoint via SDK.

Hi,

as the series endpoint is not supported by the SDK, you have to access the endpoint directly. You should not be using the bootstrap credentials but either the service user or the user scope of the user who invoked your microservice. More details are explained here:

Best regards,
Harald