Notion Api GET request Fail to pull data - google-sheets

I'm trying to pull data from a notion database and only able to get 1st row. Anybody that can point me in the right direction?

Have you added the right page_size
https://developers.notion.com/reference/post-database-query

Related

Get specific logs from SendWithUs with API

I was just trying to get a specific logs from SendWithUs, but cannot really find any info. Googled all around the place. API documentation on SWU does not say how to pull like "email_name" with a specific text in it. I want to pull the logs where "email_name" could be specified or at least "email_name" like '%specificemailname%'. Any ideas?
I will really appreciate every single answer.
There isn't a way to filter logs programatically. Sendwithus has two log API endpoints. One to get information about a log using the receipt_id returned an a send API call. The second lists email event information (opens, clicks, etc) for a given log.
Did you reach out to the support team for help?

Google Place Api, Find Place From Text not working

I've been trying to use the google place api to get the shops inside a specified range from my coordinates and street adress as parameter, but not lucky.
Would be possible to someone tell me what if I may be sending the request with the wrong parameters?
https://maps.googleapis.com/maps/api/place/findplacefromtext/json?input=wickham%20street&inputtype=textquery&fields=photos,formatted_address,name,opening_hours,rating&locationbias=circle:500#-27.4554492,153.0334623&key=[APIKEY]
Thank you

Displaying Data From Firebase in iOS in 'Flashcards'

I am developing an iOS app that displays certain words from a Firebase database. The difference, however, is that I want to display the search results in a 'Flashcard' style. I have attached an image to give you an idea of what I am trying to do. I also want it to act as a button (i.e perform some actions when tapped). It would be great if you could help me give me an idea about how I could get this done. Thanks a lot]1
1.) Create a custom collection view. (Guide: https://medium.com/#michaelrojas_66889/how-to-make-a-custom-collection-view-cell-in-swift-6d5783ab7c1c)
2.) Get started with Firebase. (How to get started: https://firebase.google.com/docs/ios/setup)
3.) Setup everything you need for the collection view (Code)
4.) Retrieve values from Firebase. (https://firebase.google.com/docs/database/ios/read-and-write)
At least this is a start where you should begin. There is hundred of guides how to perform something like that, if you're googling the correct way. Once you get started, you should edit your post and ask more specific what you need help with and there will be a lot of people here who will help you out. But like someone said in the comments, it's not a code service. We're not building it for you. We're here to help you get in the right direction. (I know it's a pain in the beginning, and you will get confused a hundred of times. But that's the best way of learning.)
Good luck!

Zapier pull Word Count of a given document and connect it with Google Sheets

Here is what I need help with:
I need to connect the Word Count of a given document with Google Sheets.
I tried this with the current settings that Zapier has, but apparently it doesn't pull the data from the Word Count.
I am struggling to find a solution for this. And I am wondering whether is just impossible with this platform because the data is not pulled, or there is something it could be done about it.
To give you some context, as why I would need this. It is because I run a ghostwriting company and I would need to track the progress of the projects. Having that information updating periodically in Google Sheets would be really helpful.
Thank you
David here, from the Zapier Platform team.
I took a look and it seems like we're not pulling that right now. We've got an open feature request for the content. If you'd like, I can add your email to that request and you'll get notified if/when it gets fixed!

Jira: how to find all data associated with one issue?

I need to move all data for one ticket from prod to test.
Is it possible to construct a query that pulls all data related to an issues provided?
Anyone every tried it? Is it even possible?
Thanks,
Easy with the REST API:
https://<jira-server>/rest/api/2/issue/<ISSUE-ID>

Resources