How to get a combination of data via the Reporting API?

My goal is to get a list of data that combines different aspects:

  • the ip adress of the visitor
  • the country
  • the date and time of the visit
    … and
  • the value from a custom dimension

I tried the “Bulk API Request”, but as far as i understand, this gives me not a combination of the different informations. I wanted to achieve something like

<visitor1>
   <ip>……</ip>
   <country>……</country>
   <timestamp>……</timestamp>
   <customdimension>……</customdimension>
</visitor1>
<visitor2>
  <ip>……</ip>
  <country>……</country>
  <timestamp>……</timestamp>
  <customdimension>……</customdimension>
</visitor2>

Hi there,
You can get this using the Live API and filter the columns using showColumns API URL parameter.