You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
« Previous
Version 3
Next »
Overview
This structure is in the response for PwsGetSkill and PwsGetSkillList and it contains the basic set of information about a skill.
- 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)
<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>