Get Appeal id by lookup_id?

Is there anyway to return the ID of an appeal using the lookup_id?


We use an internal id system using the lookup_id and I'd like to just use our internal one in our UI (because it makes sense to humans) and then in the backend auto lookup the actual ID of the appeal so we don't have to manually do that for each appeal.


We have hundreds of appeals so I'd rather not iterate through all the appeals each time we want to know the ID using ListAppeals https://developer.sky.blackbaud.com/docs/services/58bdd6c8d7dcde06046081d7/operations/ListAppeals/console

Comments