Function getAllocationCostTagValues
- getAllocationCostTagValues(
__namedParameters: {
endDate: string;
masterAccount: string;
page?: number;
pageSize?: number;
sort?: ("NAME_ASC" | "NAME_DESC" | "COST_VALUE_ASC" | "COST_VALUE_DESC")[];
startDate: string;
tag: string;
},
opts?: RequestOpts,
): Promise<PaginatedResponseAllocationCost> Parameters
- __namedParameters: {
endDate: string;
masterAccount: string;
page?: number;
pageSize?: number;
sort?: ("NAME_ASC" | "NAME_DESC" | "COST_VALUE_ASC" | "COST_VALUE_DESC")[];
startDate: string;
tag: string;
} Optionalopts: RequestOpts
lists all subTags of a given tag with their respective costs.