API - User receiving the following error: "Errors": ["Could not read object: Object not found for Object ID: <OBJECT_OID>d"],
search cancel

API - User receiving the following error: "Errors": ["Could not read object: Object not found for Object ID: <OBJECT_OID>d"],

book

Article ID: 266476

calendar_today

Updated On:

Products

Rally SaaS

Issue/Introduction

 User receiving the following error:  

{"OperationResult": {"_rallyAPIMajor": "2", "_rallyAPIMinor": "0", "Errors": ["Could not read object: Object not found for Object ID: <OBJECT_OID>d"], "Warnings": []}}

 

Environment

Release : SAAS

Cause

This is caused by the "d" at the end of the project ObjectID (Object ID: <OBJECT_OID>d).  The API was not built to handle project scoping (u or d) in the call.

Resolution

The user removed the "d" from the end of the project and the call was successful