Hello,
In the adherence exception documents returned there is a "secondardaryPresenceLookupID" key. However, all the values are small integers. I would have expected UUID values for Org presences. Can anyone tell me what these correspond to? Also, the "scheduleSecondaryPresenceLookupIds" array.
Thanks @Eos_Rios for the quick response! If I'm interpreting your answer correctly the "2" is the index into the array of the other field. However, the array is empty. So, what is "2" pointing to? Ultimately, we're just trying to get the description of the secondary presence.
The answer Eos_Rios gave is correct. Note lookupIdToSecondaryPresenceId is at the top level of the json hierarchy to prevent repeating the information for every record. This is a map field, not an array, and the "2" you referred to is the map key, not an array index. Hope this helps.