https://cloud.ibm.com/docs/services/assistant?topic=assistant-information-security#information-security-gdpr-wa
Above article describes how to delete watson assistant server logs using V1, Does V2 has this feature?
There is no V2 API for it yet. You will need to use the V1.
Use requests.delete('https://gateway-wdc.watsonplatform.net/assistant/api/v2/user_data', params=params, auth=('apikey', 'apikey')). Tried and works
Related
I hope you are safe and doing well.
I’m working on a RESTFul client that reads info from the BIM360 API and couldn’t find any specification to retrieve Submittals.
Searching on your Knowledge base, I found the following answer from 2018:
autodesk forge - Is there an API for BIM360 Submittals? - Stack Overflow
Have you implemented the endpoint for submittals yet?
Thanks,
Henrique
Unfortunately, no, not yet :-( I will find the ID for a wish and add your name.
I want avoid having my API accessed directly by multiple third parties so I am publishing my API through the API management portal but now I am being challenged that third parties that wants to access my API cannot import the API into their portal from my API management Portal, I tried to find documentation about this but found none, so how can I import an API from another Azure API management portal, or rather how can they do that from my API management portal?
If by importing the API, you mean using the API in the Azure API Management Gateway then you can generate the specifications (WSDL, OpenAPI Specification, etc.) of your API and import them in the portal.
Azure APIM's developer portal has a "API definition" link in the top right corner when you're looking at API specification, it will allow one to generate OpenAPI spec or WADL file for an API:
There is also a REST api to do that by automation if needed: https://learn.microsoft.com/en-us/rest/api/apimanagement/apiexport/get.
Also is there any api in v2 (c#) by which we can get all the users in a given group?
As of now i could not find any api exposed in the following sdk box csharp sdk. Please correct me if i am wrong
The Groups API isn't yet exposed in V2 but is being worked on.
You can get all the groups for a user by calling GET .../groups
You can get all the users in a given group by calling GET .../groups/id/memberships
I just read the news about discontinued Document List API with recommended migration to Drive API v2, but there seems to be zero support for 2LO OAuth for Google Apps domains.
What is a recommended approach for this?
You should use Service Accounts.
https://developers.google.com/accounts/docs/OAuth2ServiceAccount
would it would help to have the apikey linked to an account that also has other Google services for the company associated with it, like Analytics, etc. also does the sensor variable speed up the call as well
If you are using the v2 API, you will need an API key from the Maps API Sign Up site. However note that the v2 API has been officially deprecated as of May 19, 2010, and you are encouraged to use the v3 API instead. The v3 API does not require an API key.
As for the sensor parameter, no, it will not make the map load faster.