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": []}}
Release : SAAS
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.
The user removed the "d" from the end of the project and the call was successful