Menu

OwnerList

Jim

List existing owners

Returns a list of existing owners, can only be executed with the admin apikey

Path: cs-ws/resources/admin/owners Method: GET

Parameters

  • apikey

Errors:

  • 401 UNAUTHORIZED if key is invalid or not admin key

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>

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.