/
library_program_list ()
library_program_list ()
Function prototype | library_program_list ( session, [target] , [active], [filter_type], [filter_id]) |
---|---|
API Version | All |
Returns a list of PROGRAMSThe version of each returned PROGRAM is the last published version or DRAFT if there is no published version. If target is not “ALL” returns a list of the active/all programs were the selected target TEAM is the OWNER of the program or OWNER of a SUBSCRIPTION to the PROGRAM. If the target is “ALL” retrieves all the PROGRAMS were the active TEAM is “library manager” of the PROGRAM OWNER or of any of the PROGRAM’s SUBSCRIPTION OWNER. The programs, shown in the list when target = "ALL" are:
| |
Input parameters: |
|
Output parameters: |
|
Request sample: | library_program_list ( “LCAAAAAAAAAAAA”, team_id, , "PRG|MDC", "12|13" ) |
Response sample: | <?xml version="1.0" encoding="utf-8" standalone="yes"?> <result> <programs> <program> <ref>322</ref> <name>ACTIVE</name> <description>#library.program.new_name</description> <version>1</version> <active>Y</active> </program> <program> <ref>260</ref> <name>AISBE</name> <description>AISBE</description> <version>0</version> <active>Y</active> </program> </programs> </result> <ErrorMsg></ErrorMsg> |
Notes: | <version> tag is showved only when function is called with context = 'LIBRARY' |
, multiple selections available,
Related content
program_list ()
program_list ()
More like this
library_program_get_info ()
library_program_get_info ()
More like this
library_program_action_list ( session, id, action {, path, parameter}))
library_program_action_list ( session, id, action {, path, parameter}))
More like this
program_get ()
program_get ()
More like this
subscription_suggested_program_list ()
subscription_suggested_program_list ()
More like this
subscription_suggested_program_set ()
subscription_suggested_program_set ()
More like this