### ``getProperties(jsapi, collectionName)``
Returns an array of properties from all objects found in ``collectionName``.
- `jsapi` `<Object>`
- `collectionName` `<String>`

```js
pvh.getProperties(jsapi, 'Opportunities').then(function(result) {

});
```