Bulk Download of Ranking Systems To Save Off System

Do to the recent change in resource usage limits I am looking to download a number of my ranking systems to store off system. Is there a way to do this in "bulk" (using the API or Dataminer possibly?). This would save me a great deal of time.

Thanks,

Daniel

reupping

There is an undocumented endpoint GET /rank/{id}/nodes which can be used to fetch the ranking system as XML. Currently, it must be requested with the header Content-Type: text/plain. It's not implemented on p123api-py or DataMiner. Let me know if you still need assistance performing the bulk export.

1 Like

Thanks! I'll circle back if I have any trouble.