Does the RingCentral API support or intend to support tracking fields like those that can be configured via the interface? - ringcentral

I see there are a number of endpoints both stable and beta in the API documentation for RingCentral Meetings, but I don't see tracking fields mentioned anywhere in the documentation. We would like to be able to associate our customer ID's to the recorded meetings.
Here's where tracking fields are configured in the RingCentral application

Related

Access multiple Amazon Seller accounts and gather their data from Amazon Advertising API

I am developing a web app which will be pulling data from Amazon Advertising API. I need as a user to see data for all of the sellers that has approved/registered for using their profile's data.
Is this scenario possible? If not, is there anything similar to it? If yes, how do I implement it, is there some documentation?
The Amazon Advertising API v2 was released late 2018, so it's pretty new but has some missing information in the official documentation. But to get started please follow the official documentation guide:
https://advertising.amazon.com/API/docs/v2/guides/get_started
A lot of other sources are outdated, so I suggest to stick to this guide.
The logic to handle multiple Amazon Seller Accounts you have to handle yourself.
But every Seller Account has to go through the consent workflow to give your console app the rights to get access to the shop data via API. Therefore you need to implement a 'Login with Amazon' button - That's the part that is not mentioned in the documentation. See https://login.amazon.com/

What is admin-dashboard component in wso2 am such as version 1.10.0?

I came across this admin-dashboard component and am just curious what it is or what it can do.
It is mentioned in WSO2 documentation related to workflow customization. I did not find any related pages dedicated to this component. What is it, and what is designed for, or what it can do?
Any help is appreciated.
Its created for the administrative tasks and few other tasks. You can do the following using the admin dashboard.
There are several activities related to api store which we can configure workflows. For example, if someone wants to sign up to your store, you can submit it for the store owner's approval. Other places where you can configure work flows are application creation and api subscription. Such pending approval appear in the admin dashboard where the admin can approve or reject them.
You can upload customized themese for api store
This also provides a UI for adding and editing throttling tiers.
In the next releases this will get more such functionalities added.

How to get anatytics per user per api version in wso2?

I have configured WSO2 DAS & API manager. I need per user / api version stats. As per documentation there is direct navigation for per user stats which I am not able to find. Could you please help me to configure it.
When the API is created, API level usage can be seen based on Version and users. Screenshot is available at https://docs.wso2.com/display/AM1100/Viewing+API+Statistics under “API Publisher statistics”

Creating Events via API - Unsupported?

By reading the new API it says that we are no longer allowed to create Facebook Events for our users. Am I reading that correctly? If that is the case, is there a way that individual applications could be manually approved by Facebook?
We are a full service ticket company (we do not resell tickets) for our customers. Our software has always automatically created events for our customers. I understand trying to get rid of the spam events that get created, but for legit events also?
Example Event:
https://www.facebook.com/events/714621851990427/
That is correct, you can no longer create Facebook events with the API. There is no way to get it approved for any App.
As you can read in the docs, there is not even a permission you could get approved: https://developers.facebook.com/docs/graph-api/reference/v2.3/event#publish
You cannot create events via the Graph API.
This is part of the upgrade to v2.0 of the API, the removal of v1.0 was introduced on April 30, 2014. You can read more about the different API versions in the changelog: https://developers.facebook.com/docs/apps/changelog

Google Apps API - get subscription details

I'm writing an utility to email an alert when:
a Google Apps domain's number of users approaches the subscription limit
a Google Apps domain's subscription is coming up for renewal
I found the data for point 1 in the Admin Settings API in fields called MaximumNumberOfUsers and CurrentNumberOfUsers
Unfortunately I cannot find any subscription/billing details in the APIs except in the Reseller APIs (which doesn't help me, I'm not a reseller)
This information is available in other cloud product APIs, like Office 365 etc.
Does anyone know if this information is accessible via an API?
The License Manager API provides a way to get/update/assign licenses to users but does not provide details about subscription renewals.
There is no API function currently to retrieve the renewal date.