We have configured Relativity DEVVM 12.1.431.2 and we want to fetch data from the relativity account using Relativity's API or some Relativity Service. I have explored their Documentation but it's really getting difficult to find what I want (i.e. getting data out of Relativity Platform using their API or some documentation or GitHub code which enables me to have Relativity API endpoints.)
I have checked in Relativity Community, but there is no setup for API explorer although they claim there is one.
https://www.relativity.com/data-solutions/customizations/app-hub/api-explorer/
I have checked this one out but the GitHub code is more about getting importing data and other stuff than exporting.
https://platform.relativity.com/10.3/Content/Transfer_API/Transfer_API.htm#:~:text=The%20Transfer%20API%20(TAPI)%20provides,protocols%2C%20for%20example%2C%20SMB.
I have checked following link and nothing is helping.
https://platform.relativity.com/10.3/#REST_API/REST_API.htm?TocPath=REST%25C2%25A0API%257C_____0
So coming to the question,
Is it possible to get data out of Relativity account using some Relativity API and If yes than how can I do so??
I am expecting some documentations or maybe GitHub projects which can solve the purpose.
Please note, I have already managed to get list of workspaces from my assigned Relativity account.
What more I want is getting Work folders, Documents, Custodians etc..
Related
Using .Net framework to building application. I have created a Bing Maps API service in Azure and I want to integrate it in a chat bot created using Bot Framework. I have generated the key for using map.
I am able to show list of locations based on a keyword. I am using https://dev.virtualearth.net/REST/v1/Locations?form={FormCode}&q={keyword}&key={BingKey}. It works fine and I am able to see the locations as Maps.
Now I want to search things like doctors near me or something like this. However I am not able get any reference of it. Its very confusing. I am not sure how to do it. Could anyone please guide me on this?
With some reading, maybe we have search data by passing key and data source ID however I am not sure how to create Data Source for Bing Maps.
You are looking for Points of Interest (POI) so you have to use Bing Spatial Data Services.
There are several Data Sources available:
FourthCoffeeSample which is a sample datasource
NAVTEQNA for POI provided by NAVTEQ for North America
NAVTEQEU for POI provided by NAVTEQ for Europe
etc.
Each DataSource has a different base URL:
FourthCoffeeSample: http://spatial.virtualearth.net/REST/v1/data/20181f26d9e94c81acdf9496133d4f23/FourthCoffeeSample/FourthCoffeeShops
NAVTEQNA: https://spatial.virtualearth.net/REST/v1/data/f22876ec257b474b82fe2ffcb8393150/NavteqNA/NavteqPOIs
NAVTEQEU: http://spatial.virtualearth.net/REST/v1/data/c2ae584bbccc4916a0acf75d1e6947b4/NavteqEU/NavteqPOIs
How to make a query? The syntax's documentation is available here
You may also be interested by some references:
EntityTypes list for NAVTEQEU and NAVTEQNA: https://msdn.microsoft.com/en-us/library/hh478191.aspx
There is also an example of use of these API here (in JS).
So far I have a Xamarin.Forms application working for Android and IOS. What I have right now is getting spreadsheets from Google Drive for user after he login with his Google Account.
What I am trying to achieve is provide an option for user to edit spreadsheet that he select. So I'm displaying a list of spreadsheets to which this account have access (from Google Drive) and then I want to load it and allow user to manipulate it (rows/cells) and save it, so to the end I have an object which represent sheet with updated values.
Some extra information, after customer choose which spreadsheet he want to use, in code I am able to read it and what I receive is an object from type List<List<object>>, which represent collection with data from rows and columns.
I am not sure what framework I can use for Xamarin.Forms and loading this type of data, also to provide different functionalities similar to "mail merge".
One from the frameworks I went through was DevExpress, but this wouldn't work in my case, because of the data types I have. I prefer if framework that you suggest is free.
I was researching if it's possible to load Google Sheets on phone and allow customer to edit data, but still no information so far.
So generally what I need is a suggestion what tool/framework I can use or is it there any other approach for having same result.
Thanks in advance
What I found is that when I get elements from Google Drive, they have property WebViewLink, which value is link for spreadsheet, where you can edit it. It will redirect you to online Google Spreadsheets or locally installed app (Sheets).
So now, instead of looking for framework or building my own logic, I am reusing Google Spreadsheets, which I find for much better option, for my case.
Sorry if this question sounds a bit broad but the question describes what I am trying to do.
In my organisation I am trying to get events from certain people's calendar and then add those events into one shared calendar, Like creating a team shared calendar displaying what everyone's time availability.
Though as a starting point, I want to be able to retrieve the events from their calendars and displaying them on a table. Can anyone point me to a tutorial on how to do that in an asp.net app ?
We don't currently have a sample that handles this scenario specifically, but we do have a number of ASP.NET samples that could help you get started with Microsoft Graph + ASP.NET: https://github.com/microsoftgraph?utf8=%E2%9C%93&q=asp
This page shows you how to get events for a specific user by using raw REST calls to the Microsoft Graph endpoint: https://developer.microsoft.com/en-us/graph/docs/api-reference/v1.0/api/user_list_events
Were you planning on using the Microsoft Graph .NET SDK instead of raw REST calls? I can provide a code snippet for that if you're interested.
You need to make sure that you, or an Azure Admin, “Grant Permission” to the various requested Graph permissions. Some of them require explicit Admin consent. From there you can use the Users[{username}].Events.Request().GetAsync() to retrieve events. Be sure to supply the required start & end datetime parameters.
My apologies if this has already been requested/answered before, but I'm having a hard time trying to find information on the web about this. I've been tasked to find a way to directly update the content of a Google Sites page (Such as a text box or image) using the API.
I've been looking about the web for examples of doing this using C#, and have not found much to go by. I have some experience with writing/calling REST and SOAP APIs, but I can't seem to work out what Google uses for its API.
I'm struggling as to how I approach this, as the few examples I have found don't really walk through the code, so they leave me little to understand in order to manipulate it to what I want to achieve. One site I did find was Sites API Demo
Does anybody have any examples, or able to provide a simple example of updating content on a Google Site?
I appreciate any help you can give.
Mark
I realise this is an old question, but I have successfully updated the content of a google sites page using the library provided here, and following the example in the wiki.
I compiled the source as a .dll and added it as a reference to my project.
I'm trying to get into the Amazon advertizing API to use with one of my apps. I heard recently that there were changes and needed an AssociateTag (broughtin from the affiliate program)
After using samples from this link
http://aws.amazon.com/code/2480?_encoding=UTF8&queryArg=searchQuery&x=0&fromSearch=1&y=0&searchPath=code&searchQuery=Advertising
and
http://flyingpies.wordpress.com/2009/08/13/signing-amazon-product-advertising-api-cwcf-part-2/
I can't seem to use those samples anymore. after some digging online I found that I was supposed to add an AssociateTag to the itemSource request variable, but I created a dummy login to facilitate that andthe output is pretty much the same. can anyone help me with this?
I had the exact same issue as I based my application on the flyingpies.wordpress example and couldn't get it to work by adding in the Associate Tag Id and the latest web service>
I downloaded this example:
http://aws.amazon.com/code/Product-Advertising-API/2481
And made some small changes and got it all working...
The main one changing the namespace to:
http://webservices.amazon.com/AWSECommerceService/2011-08-01
Throughout all the code......
I think I may have updated the code in a couple of other places and can help you if these errors occur..