Menu

ReadOwner

Jim

Read a certain Owner

Returns data of an existing owner identified by the apikey

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

Parameters

  • apikey

Errors:

  • 401 UNAUTHORIZED if key is invalid

Example

GET http://localhost/cs-ws/resources/admin/owners/getOwner?apikey=99999 HTTP/1.1

HTTP/1.1 200 OK
<ownerEntity>
   <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.