Versions Compared

Key

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

...

Panel
titlePwsResourceElement

...

Element

Data Type

Description

Sample Data

ActiveHistoryIndex

Int32

The index into the History list that contains the resource history information effective as of the current date in the user’s time zone.

0

History

PwsResourceHistory[1.100]

The resource history details


LastUpdatedByUser

PwsUserSummary

The identity of the user that last updated the resource record


LastUpdatedTimestamp

DateTime

The timestamp of when the resource record was last approved

2018-10-17T19:23:17.223Z

ResourceDetail

PwsResourceDetail

This structure contains the complete set of information about a resource. The structure is used both to retrieve detailed resource information and to pass information about a resource back to the server to get updated.


SkillLevels

PwsResourceSkillLevel[1.100]

The resource's skills and ability levels of those skills


SkillsApprovedByUser

PwsUserSummary

The user identity of the user that approved the resource's skills


SkillsApprovedTimestamp

DateTime

The timestamp of when the resource's skills were last approved

2018-10-17T19:23:17.223Z

SkillsLastUpdatedByUser

PwsUserSummary

The identity of the user that last updated the resource's skills


SkillsLastUpdatedTimestamp

DateTime

The timestamp of when the resource's skills were last updated

2018-10-17T19:23:17.223Z

SkillsRejectedFlag

Boolean

If 'true', the resource's indicated skill levels were rejected


SkillsRejectedReason

String (1000)

The reason the indicated skill levels were rejected. Only applicable if the "SkillsRejectedFlag" is set to 'true'.


SkillsRejectedTimestamp

DateTime

The timestamp of when the resource's skills were last updated


Timestamp

String

The current timestamp (row version) of the resource, in Base64 format. This can be used for optimistic locking.

AAAAABCI7iM=

VendorIdentity

PwsVendorRef

The vendor identity associated with the resource


...