Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OData integration allow support for nested objects #210

Open
dw-Aleksandar opened this issue Dec 17, 2024 · 0 comments
Open

OData integration allow support for nested objects #210

dw-Aleksandar opened this issue Dec 17, 2024 · 0 comments
Assignees
Labels
Feature request New feature or request Integration For items related to Integration

Comments

@dw-Aleksandar
Copy link

dw-Aleksandar commented Dec 17, 2024

I have a specific OData endpoint that involves a nested object and nested objects are not supported by the DW integration framework currently which means that there is now way to retrieve the data using DW.

image

In this example the 'members' list is an extension of 'groups' and is not part of the metadata/schema.
Endpoint: https://graph.microsoft.com/v1.0/**groups**/11111111-aaaa-2222-bbbb/**members**

Example Data:
{
"@odata.context": "https://graph.microsoft.com/v1.0/$metadata#directoryObjects",
"value": [
{
"@odata.type": "#microsoft.graph.user",
"id": "11111111-aaaa-2222-bbbb-333333333333",
"businessPhones": [
"1234"
],
"displayName": "John Doe",
"givenName": "John",
"jobTitle": "Customer Support Supervisor",
"mail": "[email protected]",
"mobilePhone": "+4512345678",
"officeLocation": null,
"preferredLanguage": null,
"surname": "Doe",
"userPrincipalName": "[email protected]"
}
]
}

Please provide a way for us to be able to use this type of endpoint

@DynamicRas DynamicRas self-assigned this Dec 17, 2024
@DynamicRas DynamicRas added Integration For items related to Integration Feature request New feature or request labels Dec 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature request New feature or request Integration For items related to Integration
Projects
None yet
Development

No branches or pull requests

2 participants