Get option values from category field in podio Java API - podio

I have a Podio app with category field and some option values in it. I want to get all the category option values from Podio using Java API.
Is there any way to get it ?
My podio app

You will get the Podio app config by calling a GET request to /app/{app_id} endpoint.
Refer Podio API Doc here
You can also try this operation in the sandbox on that doc page.

Related

Is it possible to execute a Zap by calling an API and get the JSON response?

As explained in their documentation, it is not possible to customize the response of Zapier webhooks.
I want something like Pipedream's HTTP API trigger, it exposes a custom API. You can hit and retrieve the data from the workflow and can return a custom response as per your needs.
Is there any way I can do the same with Zapier?
This is not possible with Zapier at this time.

What is full url to POST listings on Flipkart Marketplace Seller APIs?

I am building a smart inventory Android app to post items by scanning barcode to my flipkart seller account.
I generated tokens but every time I call POST on the REST API using
url= 'https://api.flipkart.net/sellers/skus/SKUID/listings'
I am getting
Response:500 internal server error
Can any one help me to list an item on flipkart using API, step by step?
You have to provide SKUID value instead of SKUID in url and also provide access token as a parameter in postman.

How do I get the Podio app_id by app name?

I have the app name and I need to get the app_id for that app. Is there a function in podio that returns the app_id if I provide the app name?
You can use Podio Search in space v2 API call to get the app details using the app name.
You can also use Search in organization v2 API call to fetch the details.
If you do not know both the space_id and the organisation_id, then you may use the Podio Search globally v2 API call in order to get the details of the app.
You may need to pass the app name in the query parameter and ref_type => app.
Try the sandbox in the mentioned links to know more about the response from the search.

Podio WebHooks RequestBin Testing

I want to test Podio Web Hooks (item.update) through RequestBin. I have created WebHook and it shows in my account. When I created i got one request for Verify on RequestBin URL. But in Podio it is showing as Inactive.
Kindly let me know how can I test further.
You have to validate the hook using the code received from the verify call. The hook will become active only after on successful validation.
Refer Podio documentation on how to Validate hook here, Validate Podio hook verification
So the webhook content is pretty bare bones, it just has request parameters for a variable or two in addition to any URL parameters you are passing based on your webhook URI. There is a whole description of what the parameters provided are here: https://developers.podio.com/doc/hookshttps://developers.podio.com/doc/hooks
Basically whatever is catching your webhook will need to be able to connect to the Podio API and fetch the item with the ID passed in the webhook.

Bigcommerce API where to fine client ID

I have a store on bigcommerce and i need to access the customers registered on our store using there api.
I havent created any app over there. I need to access the customers registering on our store.
According to api i need to use client id which we get by creating an app.
https://developer.bigcommerce.com/api/#request-headers
But actually i dont need to create a app i just want to use the store and fetch the customer details using the api into another application, can anyone please tell me how to get client id from the dashboard login.
You can use the legacy API (non-oAuth) credentials instead.
Guide: https://support.bigcommerce.com/articles/Public/Legacy-API-Accounts