How to get content items being part of CDD release via CDD Rest API?
search cancel

How to get content items being part of CDD release via CDD Rest API?

book

Article ID: 203998

calendar_today

Updated On:

Products

Continuous Delivery Director

Issue/Introduction

How can we get the content item planned and committed pertaining to CDD release via Rest API

Environment

Release : 7.3 or higher

Component : CONTINUOUS DELIVERY DIRECTOR

Resolution

The content items mapped to a CDD release are divided into two categories i.e. planned and committed. Below API's can be used to get the content items mapped to CDD release. The document illustrate the API path with respect to CDD REST API(Swagger Interface) 

 GET  Committed content Items, only

API breadcrumb : REPORTING=> content-report =>/reports/content-items

 GET  Planned/Committed content Items

API breadcrumb : DESIGN => content =>/releases/{releaseId}/content-sources/content-items

Parameters:  (important parameters are only described)

    •        releaseId: Release id for which content item requested
    •        import_content_items: True/False, if True the content of content item will be imported
    •        application_version_commit: True(committed content items shown) /False(planned content items shown)