Returns a list of existing owners, can only be executed with the admin apikey
Path: cs-ws/resources/admin/owners Method: GET
Parameters
Errors:
Example
GET http://localhost/cs-ws/resources/admin/owners?apikey=1234 HTTP/1.1 HTTP/1.1 200 OK <ownerEntity> <data> <apikey>5678</apikey> <id>test3</id> <name>test3</name> </data> <data> <apikey>99999</apikey> <id>test6</id> <name>test6</name> </data> <success>true</success> </ownerEntity>