Recent Content
Error while fetching products data using graphql query
I am trying to fetch products related data but getting below mentioned error. Graphql: query MyQuery { products { edges { node { name description id } } } } Error: { "errors": [ { "message": "The field at path '/products' was declared as a non null type, but the code involved in retrieving data has wrongly returned a null value. The graphql specification requires that the parent field be set to null, or if that is non nullable that it bubble up null to its parent and so on. The non-nullable type is 'ProductConnection' within parent type 'Query'", "path": [ "products" ], "extensions": { "classification": "NullValueInNonNullableField" } } ], "data": null } Can someone please help me out here ? Thanks15Views0likes1CommentNot receiving user email addresses from search endpoint
I have a script that queries the search endpoint for information about Khoros users. The API call looks roughly like /api/2.0/search?q=SELECT id, email FROM users LIMIT 10 When developing this script against one Khoros installation, I found that the Khoros user associated with the API request needed to have several "User Management" permissions granted to it in order to receive email addresses via this API call. (In particular, granting "View user reports in Admin Metrics", "Manage roles, user bans, and abuse notifications in admin and user profiles", and "Manage roles in user profiles" seemed to be sufficient.) However, when running this script against a second Khoros installation, I am not receiving back any email addresses. Every single user returned has the empty string as their email address, and I've tried querying several hundred (all of whom should have emails). For instance, a response may look similar to the below (redacted) sample: { "status": "success", "message": "", "http_code": 200, "data": { "type": "users", "list_item_type": "user", "size": 10, "items": [ { "type": "user", "id": "1000000", "email": "" }, ...additional users removed for brevity... ], "next_cursor": "AbCdEf" }, "metadata": {} } I have double-checked the roles and permissions for the Khoros user I'm using for this API request. What's the best way to debug? What are some other reasons that I may not be receiving any email addresses?4Views0likes0CommentsNEW Instructor Led-Training Series on Launching on Aurora: Session #1 Why Communities Aurora?
We are excited to announce a live training series on Launching on Aurora! The first session, Why Communities Aurora?, is coming in December 2024! Course Date & Time: Tuesday, Dec 17, 2024 at 7:00am CT and 3:00pm CT To register, select from the two session times below: Dec 17th at 7:00am CT - Registration Link Dec 17th at 3:00pm CT - Registration Link In today’s ever changing digital world, to retain and keep customers satisfied, customer engagement tools must be ever evolving, most importantly your engagement communities. Aurora delivers a sleek, modern, and high-performance system that adheres to community best practices while still giving brands complete flexibility to make changes or updates to address their ongoing needs. In this live training, you will learn how to: Identify the value of Aurora Have an understanding of the overall process for upgrading to Communities Aurora. Whether you are looking to prepare for your launch on Aurora or simply learn about the top features of Communities Aurora, we are here to help!23Views0likes0CommentsUsing LiQL or SQL on Aurora instead of GraphQL?
We had an LiQL query we were using for years to surface community posts on our help center, and following the move to Aurora we need to update this to GraphQL. However, the developers on that team would prefer SQL/LiQL as their system is not set up for GraphQL. Is it possible to still use LiQL or SQL queries while on Aurora?42Views0likes7CommentsUsage report
Hi I want some metrics from a specific category Click-Through Rate (CTR): How often users click on links or CTAs. Downloads: Frequency of document/resource downloads. Video Views: Views of multimedia content. Page Views Unique Visitors Can someone Please help me on this How to achieve these requirements11Views0likes1Comment- 30Views0likes0Comments