I am trying to get the EnhancementRequest that is related to a project.
I am using relationQuery:
https://api.clarizen.com/V2.0/services/data/RelationQuery
I am giving the entityId for the project and requesting the relationName of EnhancementRequest:
{'entityId': '/Project/69uk8feup1l1toq8js7bnkj3u767',
'relationName': 'EnhancementRequest',
'fields': ['C_ProjectSize']}
The api returns to me this errorcode:
{'errorCode': 'InvalidArgument',
'message': '\r\n Relations query for relation EnhancementRequest is not supported for class Project\r\n Parameter name: relationName',
'referenceId': '17ZsYYMlGSRTj3eVcaiijh'}
Is it not possible to pull the reladed EnhancementRequest for a Project?