Angular/API server: Fetching for object properties

Unknown
Unknown

Hello,

As part of a migration from Web Designer to the Angular Portal, I’m trying to build queries that return the same results as in Web Designer using the ApiServer.

Example query:
{{baseURL}}/ApiServer/portal/candidates/AERole

The response only returns the following fields: UID_AERole, XObjectKey.
I want to retrieve additional fields from the AERole object.
When I use the withProperties parameter, the server says it doesn’t recognize the provided attributes.

I would also like to know if it’s possible to query relationship attributes.

Thank you for the help