Hi Adobe, We had an requirement to extract details of all segments
including destinations names if the segments are mapped to any
destination.We observed that using “includeInUseStatus=true” parameter
in https://api.demdex.com/v1/segments/?includeInUseStatus=true returns
an extra object to the JSON “inUse” with a Boolean value. Now to fetch
the mapped destination id’s we got to loop through all segments (sid’s)
which increases the load to the server also time consuming. Please find
the example r...