Discussions
Is there anyway to get the UniformId based on the PartyId ...
about 7 years ago by Jake Bound
Without having to call the /Party/[ID] endpoint? I have PartyId, I need UniformId to write to the communication log. So right now I'm having to make a GET (to pull the UniformId), parse out the single field, then 3 separate POST calls to get the entry to show in the "recent interactions" display. Seems kind of ... a lot.
Thanks.