Ifd:getOrganizations

From dev.ifd-library.org

Jump to: navigation, search

API version 2

Function public  IfdOrganization [] getOrganizations (String session_id )
                throws IfdServerException

Function to list all organizations availabe in the IFD dictionary. The organizations are returned as an array of IfdOrganization

Input:

  • session_id - the session id for the current user

Return:

  • IfdOrganization [] - An array containing all organizations in the IFD library

API version 3

Function public  IfdOrganization [] getOrganizations (String session_id )
                throws IfdServerException

EXPRESS heading

QUERY_FUNCTION getOrganizations: LIST OF IfdOrganization;

Input:

  • session_id - the session id for the current user

Return:

IfdOrganization [] - List of fully specified in all languages organizations with the following attributes for every element

  • guid - global unique id of the organization
  • name - the organization unique name in English
  • url - the organization unique url


Back to the API

Comments: Talk:Ifd:getOrganizations