Created System Column Blank In API Call - smartsheet-api

I am making REST calls against the Reports API endpoint, and pulling that data into a separate application. I am able to pull all of the report columns with its data, with the exception of the Created (System Column), which always returns nothing/null.
To rule out the application being the issue, I used the built in Smartsheet connector in Power BI and am getting the same blank results there.
Are there any known limitation about pulling date system columns out of the API?

It looks like you discovered a bug in the Smartsheet API! Thanks for drawing attention to this. I've submitted a bug report to the dev team at Smartsheet.
Apologies for the inconvenience. What are you trying to accomplish with your application? I might be able to help you come up with a work-around.

Related

Pentaho Data Integration - REST Client Step

I'm trying to make a request to an API. I have tested it on Postman, and it's working fine. What a I would like to achieve is make a similar process on Pentaho Data Integration, I guess I should use the REST Cliente step.
I have seen a couple of videos and asked question on forums about this step. I had a running request on other free access API using this step on Pentaho, but now I'm trying to do the same with this new one. Anyone may help to do it?
I attached screenshots about how I have tested it on Postman. Thank's in advanced.enter image description here
From the image you have shared looks like you are trying to do a post.
Either way the below setup could help you achieve that.
You can probably have below approach.
Generate Rows > Rest Client > Table
And with that, you can have API URL and auth info on generate row step, define fields on the REST Client Step and insert the data into a table.

Google analytics API missing data?

I am trying to access data via the analytics reportingv4 API. I am using the.net version in visual studio. I can get it to return data but just not the data I want.
I am using a specific account that only has one view attached to it. If I try to view the data I'm looking for, using the web interface, it works, by filtering it using the search box. For example, there is currently 20 page hits for today. If I try the same, using the API, no data is returned. If I remove the filter, from my code, data is returned but none of the pages that I am looking for.
Any ideas?
Thanks
I was being silly. I eventually noticed that I was supplying a date range for the year 2017! The processing which

REST call to insert records in another sandbox through Apex code

I am looking for exact apex code to fetch records from current sandbox and insert it into another sandbox. I am fine with both REST or SOAP API, please share the apex code if possible.
Looks like you can solve it using one of ETL-tools without writing REST services and Apex code. There are a lot of ETL-tools, which supports Salesforce, for instance Talend open studio, DreamFactory Monarch or Pentaho Kettle.
More broad list of tools with descriptions you can find on Awesome Salesforce page.

Get data through Amazon MWS API

I have downloaded SAP crystal report and I would like to know can I get data in my report through an API? I want to get data through Amazon MWS API. Please advise is it possible and is there any documentation.
EDIT: Basically I am trying to use the XML and Web Services item of database expert pop up in crystal reports 2013. Now as you know it expects either a XML url or a web service data source. I need to get data from amazon MWS API, so not sure how to use it here. Also since I am new to crystal reports so for better understanding the concepts I am testing/trying both methods to make it work. I have even followed this tutorial - http://trustedbi.com/2009/05/19/cr-webservice/ but this does not work - it is not populating the method,port and service. I have even created a test xml file from here(http://www.w3schools.com/xml/xml_usedfor.asp) and saved it locally on my pc and gave that URL but now the error is "Logon failed: schema not defined". My first step is to try it with a simple solution to see how crystal reports work and then figure out how can I use the MWS API.

How do I retrieve incident work items from BMC Remedy ARS via the SOAP interface?

I'm using the Helpdesk_Query_Service method from the HPD_IncidentInterface web service in BMC Remedy ARS 7.5 to retrieve incident data. I can get the top-level incident data as expected, but I don't see any way to retrieve associated work items. The ITSM Integrations guide is extremely light on details. How do I get the work items out?
You need to create webservice for the form where the data is. Ie if the work item information is in the form HPD:WorkLog then you will need to create a webservice for this form.
Once the webservice has been created (and you've mapped the fields across) you can begin consuming it. The webservice will also appear on your list of webservices.
I am not 100% sure but the Remedy 7.5 out of the box installation does not have allot of ready-made webservices.