GET _vti_bin/DelveApi.ashx/{version}/people/me/properties/taxonomic
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
version | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
TaxonomicPropertiesName | Description | Type | Additional information |
---|---|---|---|
Skills | Collection of ProfilePropertyValue |
None. |
|
PastProjects | Collection of ProfilePropertyValue |
None. |
|
Interest | Collection of ProfilePropertyValue |
None. |
|
Schools | Collection of ProfilePropertyValue |
None. |
|
Responsibilities | Collection of ProfilePropertyValue |
None. |
Response Formats
application/json, text/json
Sample:
{ "Skills": [ { "Value": {}, "TermId": "sample string 2" }, { "Value": {}, "TermId": "sample string 2" } ], "PastProjects": [ { "Value": {}, "TermId": "sample string 2" }, { "Value": {}, "TermId": "sample string 2" } ], "Interest": [ { "Value": {}, "TermId": "sample string 2" }, { "Value": {}, "TermId": "sample string 2" } ], "Schools": [ { "Value": {}, "TermId": "sample string 2" }, { "Value": {}, "TermId": "sample string 2" } ], "Responsibilities": [ { "Value": {}, "TermId": "sample string 2" }, { "Value": {}, "TermId": "sample string 2" } ] }
application/xml, text/xml
Sample:
<TaxonomicProperties xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Microsoft.Office.Server.Search.DelveApi.DataModel"> <Interest> <ProfilePropertyValue> <TermId>sample string 2</TermId> <Value /> </ProfilePropertyValue> <ProfilePropertyValue> <TermId>sample string 2</TermId> <Value /> </ProfilePropertyValue> </Interest> <PastProjects> <ProfilePropertyValue> <TermId>sample string 2</TermId> <Value /> </ProfilePropertyValue> <ProfilePropertyValue> <TermId>sample string 2</TermId> <Value /> </ProfilePropertyValue> </PastProjects> <Responsibilities> <ProfilePropertyValue> <TermId>sample string 2</TermId> <Value /> </ProfilePropertyValue> <ProfilePropertyValue> <TermId>sample string 2</TermId> <Value /> </ProfilePropertyValue> </Responsibilities> <Schools> <ProfilePropertyValue> <TermId>sample string 2</TermId> <Value /> </ProfilePropertyValue> <ProfilePropertyValue> <TermId>sample string 2</TermId> <Value /> </ProfilePropertyValue> </Schools> <Skills> <ProfilePropertyValue> <TermId>sample string 2</TermId> <Value /> </ProfilePropertyValue> <ProfilePropertyValue> <TermId>sample string 2</TermId> <Value /> </ProfilePropertyValue> </Skills> </TaxonomicProperties>