Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Overview

This structure is in part of the response for PwsGetProject and it contains the complete set of of PwsGetSkillList and includes basic information about a projectskill. The information represented in this structure is used to retrieve detailed project information from the server and it is included in the response for both PwsGetProject and PwsSaveProject.not comprehensive and only includes certain key attributes of a skill. 

Format

Panel
titlePwsSkillSummaryElement

Elements

Element

Data Type

Required?

Default

Description

SkillSummary

PwsSkillSummary

This structure includes basic information about a skill.

Usage Example(s)


Code Block
languagexml
titleExample 01
collapsetrue
               <b:PwsSkillSummaryElement>
                  <b:SkillSummary>
                     <b:SkillGroupIdentity>
                        <b:SkillGroupId i:nil="true"/>
                        <b:SkillGroupName>Vertical Expertise</b:SkillGroupName>
                        <b:SkillGroupUid>1152921504606850401</b:SkillGroupUid>
                     </b:SkillGroupIdentity>
                     <b:SkillId i:nil="true"/>
                     <b:SkillName>Financial Services</b:SkillName>
                     <b:SkillUid>1152921504606868637</b:SkillUid>
                     <b:InactiveFlag>false</b:InactiveFlag>
                  </b:SkillSummary>
               </b:PwsSkillSummaryElement>
           

...