ATKRST145E:
The value in "VALUE_0" for request query parameter "CorrelationPath" is not valid.
Explanation: A valid "CorrelationPath" request query parameter must have one or more relationship path segments. Following guidelines must be followed while defining a "CorrelationPath" value
- Each relationship path segment should be separated by a "." character and must have RelationshipType and ObjectType separated by a "_" character.
- The relationship path segment must follow right ordering of relationship walk based on the relationship defined in the DataModel
- Use ObjectType_RelationshipType when ObjectType is defined as source.
- Use RelationshipType_ObjectType when ObjectType is defined as target.
Operator Response: Specify a valid "CorrelationPath" query parameter value and retry the request.