IncludeDetails flag
Single Article Display: If the user sends a single article to be displayed, the method will allow the activation of detailed views for this article.
Summary with Details for Each Row: If the user does not send an article but requests a summary with details on each row and the flag of cumulative is false, an error will be returned.
This is because the method cannot provide details for each row without a specific article or in the case of cumulative option.
Multiple Articles and Detailed Rows: If the user wants to see details for each row while viewing multiple articles simultaneously or without filtering by a specific article(see them all), they must activate the cumulative option. Without this option, the method cannot provide detailed views for each row.
Exemple Scenario:
Scenario 1: Displaying a Single Article Input: One article. Output: Summary values available for the specified article.
Scenario 2: Requesting Summary with Details Without an Article Input: No article specified, request for summary with details on each row the flag of cumulative is false : Output: Error message indicating that an article is required for detailed views.
Scenario 3: Viewing Multiple Articles with Detailed Rows Input: Multiple articles or no article specified, request for details on each row. Output: Summary values with details on each row if the cumulative option is checked. If not, detailed views cannot be provided.