Syntax to make a GET call for TSV param in Rest API
search cancel

Syntax to make a GET call for TSV param in Rest API

book

Article ID: 271762

calendar_today

Updated On:

Products

Clarity PPM On Premise Clarity PPM SaaS

Issue/Introduction

What is the syntax to read the TSV data using REST API?

Environment

Release : 16.0.3

Resolution

https://192.0.2.1/ppm/rest/v1/projects/xxxxx/teams/yyyyy?tsvParams=(periods%3D(allocationCurve,months,18,2022-07-18T08:00:00,fiscal)),(workEffortUnit%3Dhours)

The general form of the periods parameter is: (alias1, type1, numberOfPeriods1, startDate1, [calendarType1]), where alias is the API alias of the tsv attribute.

Additional Information

Query Parameters for REST APIs