Get Repository List Service - Outputs
A list of repositories that can be accessed by currently logged-in user is returned. For each repository, the name of repository, description, modification member ID, modification date, modification version, and table name are returned.
For example:
<ns:Repository id="36915"> <ns:Name>C</ns:Name> <ns:Description lang="en">C</ns:Description> <ns:Moddate>2009-06-24 17:16:17.0</ns:Moddate> <ns:ModMember>35289</ns:ModMember> <ns:ModVersion>1</ns:ModVersion> <ns:Tablename>MCT_36915</ns:Tablename> </ns:Repository>
‘TotalCount’ indicates the total number of repositories that met the search criteria of the request. For example:
<ns:ReturnCount> <ns:TotalCount>2</ns:TotalCount> </ns:ReturnCount>
Copyright © Cloud Software Group, Inc. All rights reserved.