Nifty.pm List Object IDs

Status: Closed · Asked by RoCrow on · 0 views

RoCrow — Question ·

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?

Deleted member 15445 — Reply ·

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

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

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.

Kindly let us know if it works for you.

Back to all forum threads · Log in to reply