...
This structure is returned by services such as PwsGetResource, which return the full details about resources. This structure contains a client resource detail structure (PwsClientDetailPwsResourceDetail). It is also where additional related information about the resource, that is not directly an attribute of the resource itself would be found. As of this time, there is no additional information returned about resources.
...
Panel | ||
---|---|---|
| ||
|
Elements
ElementourceElement | 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 | 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 | 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 | 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 | 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 | 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 | The vendor identity associated with the resource |
...