• Instructions to Ask a Question

    For any assistance, please click the "Ask a Question" button and select the Pabbly product for which you require support.

    We offer seven comprehensive applications designed to help you efficiently manage and grow your business:

    Our support team endeavors to respond within 24 business hours (Monday to Friday, 10:00 AM to 6:00 PM IST). We appreciate your understanding and patience.

    🚀 Exclusive Lifetime Offers 🚀

    We invite you to take advantage of our special one-time payment plans, providing lifetime access to select applications:

    • 🔥 Pabbly Connect — Lifetime Access for $249View Offer
    • 🔥 Pabbly Subscription Billing — Lifetime Access for $249View Offer
    • 🔥 Pabbly Chatflow — Lifetime Access for $249View Offer

    Make a one-time investment and enjoy the advantages of robust business management tools for years to come.

Nifty.pm List Object IDs

RoCrow

Active member
With Nifty.pm we have the actions to get an Object by ID. But I can't see a clear way to obtain all Object IDs.

You can't get them from the Nifty.pm application itself, nor do they seem to provide a direct API token to users.

Can we have an Action in Pabbly "List All IDs by Object" and then be able to select any given Object (e.g. Project, List, User, etc) and get all the IDs for them?
 
D

Deleted member 15445

Guest
Hey @RoCrow

You can use the "Custom API Request" for this use case. You can refer to the API documentation for Nifty PM here - https://developers.niftypm.com/operation/operation-projectapicontroller_getproejcts

image (1).png


Further, you can use the "Get Projects" endpoint for listing all the projects and the IDs related to them.
1716207800397.png


And you can use "Get Users" endpoint for listing all users and their details. Just make sure that you are not entering "/me" to fetch all users.

1716207960863.png


Kindly let us know if it works for you.
 
Top