Versions Compared

Key

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

Overview

This structure is in the response for PwsGetProject PwsGetSkill and it PwsGetSkillList and it contains the complete set of information about a projectskill. The structure is used to retrieve detailed project skill information from the server and it is included in the response for both PwsGetProject and PwsSaveProject.

Format

Panel
titlePwsSkillSummary
  • PwsSkillSummary
    • SkillGroupIdentity: PwsSkillGroupRef
    • SkillId: Int32
    • SkillName: String
    • SkillUid: Int64
    • InactiveFlag: Boolean

Elements

Element

Data Type

Required?

Default

Description

SkillGroupIdentity

PwsSkillGroupRef




SkillId

Int32




SkillName

String




SkillUid

Int64




InactiveFlag

Boolean




Usage Example(s)


Code Block
languagexml
titleExample 01
collapsetrue
                  <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>           

...