Missing some Attributes in API Response
search cancel

Missing some Attributes in API Response

book

Article ID: 246474

calendar_today

Updated On:

Products

Clarity PPM SaaS Clarity PPM On Premise

Issue/Introduction

There are a few attributes on the Idea object which have an API Attribute ID, however they are not appearing in the response for the API call (example https://your_server/ppm/rest/v1/ideas/5056068)

  1. estimatedStartDate
  2. estimatedFinishDate
  3. estimateType
  4. chargeCode
  5. projectCategory

We hypothesized that perhaps this is the case because they have no data, but other attributes are returned in the API response with null if they have no data.

Environment

Release : 16.0.2

Component : Clarity XOG and REST API

Resolution

Attributes were secured with no group given access to them. Once Admin group was given view rights attributes were returned with API request.