Select to view content in your preferred language

Allow lists of object ids in REST queries - Python script

605
0
03-06-2018 09:09 AM
Status: Open
Zeke
by
Regular Contributor III

It would be helpful to have the ability to add a list of ObjectIds in a REST endpoint query, rather than specifying them all individually. Of course it's possible to construct a string with all the ids in Python, but that's an extra operation when they're already in a list.