Skip to main content
Planview Customer Success Center

API Extraction of Deleted Time-phased Data

What's New

A new query in the API lets you extract deleted time-phased data and resource links.

Benefits

  • Track changes to the data (including the deletion of time-phased data and resource link records) during incremental data extractions
  • Use the data for audits and analysis in external tools

How it Works

A sample API query for deleted time-phased records with the Deleted flag:

{

"typeName": "RLTimePhaseMonthly",

"fields": ["ExternalId"],

"paging": {"limit": 50},

"Deleted":"True"

}

The Deleted flag in API query is now supported for the following time-phased and resource link entities:

  • RLTimePhase
    • RLTimePhaseMonthly
  • ResourceLinkFinancial
    • FixedPriceResourceLink
    • LaborResourceLink
  • ResourceTimePhase
    • LaborResourceTimePhase
    • FixedPriceResourceTimePhase