- The Developer Portal now has a link to the Release Notes (you've found them!).
- The Developer Portal now displays warnings for fields that are deprecated and their reasoning.
- The API can now be used to query system usage statistics used for billing purposes. The new root query type usageStats(filterFrom: <datetime>, filterTo: <datetime>) can return:
- startingEvents, which exposes the number of public and private events in the Event System that start within the specified period.
- createdLearners, which exposes the number of learners that have been created during the specified period and registered onto an event occurring at any time
- activeLearners, which exposes the number of unique learners that happen to be registered on an event occurring during the specified period.
- users, which exposes the number of users allowed to access the system, categorised by type
- You can now remove External Identifiers from supported Nodes using remove(nodeId: <string>, name <string>).
Comments
0 comments
Article is closed for comments.