• Instructions to Ask a Question

    Click on the "Ask a Question" button and select the application for which you would like to ask questions.

    We have 5 different products namely - Pabbly Connect, Pabbly Subscription Billing, Pabbly Email Marketing, Pabbly Form Builder, Pabbly Email Verification.

    The turnaround time is 24 hrs (Business Hours - 10.00 AM to 6.00 PM IST, Except Saturday and Sunday). So your kind patience will be highly appreciated!

    🚀🚀Exclusive Discount Offer

    Just in case you're looking for any ongoing offers on Pabbly, you can check the one-time offers listed below. You just need to pay once and use the application forever -
     

    🔥 Pabbly Connect One Time Plan for $249 (🏆Lifetime Access) -  View offer 

    🔥 Pabbly Subscription Billing One Time Plan for $249 (🏆Lifetime Access) - View offer

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?
 

Luv

Member
Staff member
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