Changes between Version 37 and Version 38 of UniformClearinghouseAPI


Ignore:
Timestamp:
08/16/13 07:11:54 (11 years ago)
Author:
mbrinn@bbn.com
Comment:

Clarify that lookup_project_members, lookup_slice_members and lookup_slices return list of dictionaries

Legend:

Unmodified
Added
Removed
Modified
  • UniformClearinghouseAPI

    v37 v38  
    529529options: What details to provide (filter options) for which slices (match options)
    530530
    531 '''Return:''' List of dictionaries with slice field/value pairs
     531'''Return:''' List of dictionaries with field/value pairs for each returned slice
    532532
    533533*/
     
    611611'''Return:'''
    612612
    613 Dictionary of member_urn/role pairs {‘SLICE_MEMBER’: member_urn, ‘SLICE_ROLE’: role } where ‘role’ is a string of the role name
     613List of dictionaries of member_urn/role pairs [{‘SLICE_MEMBER’: member_urn, ‘SLICE_ROLE’: role }...] where ‘role’ is a string of the role name
    614614
    615615*/
     
    795795'''Return:'''
    796796
    797 Dictionary of member_urn/role pairs of form {‘PROJECT_MEMBER’: member_urn, ‘PROJECT_ROLE’: role}
     797List of dictionaries of member_urn/role pairs of form [{‘PROJECT_MEMBER’: member_urn, ‘PROJECT_ROLE’: role}...]
    798798
    799799*/