GET api/Term/SegregateTermCustomProperty?siteUrl={siteUrl}&pageId={pageId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| siteUrl | string |
Required |
|
| pageId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
TermSegretion| Name | Description | Type | Additional information |
|---|---|---|---|
| ServiceLine | string |
None. |
|
| BusinessLine | string |
None. |
|
| Office | string |
None. |
|
| Industry | string |
None. |
|
| Region | string |
None. |
|
| Country | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"serviceLine": "sample string 1",
"businessLine": "sample string 2",
"office": "sample string 3",
"industry": "sample string 4",
"region": "sample string 5",
"country": "sample string 6"
}
application/xml, text/xml
Sample:
<TermSegretion xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GTI.DW.PeopleProfile.Domain.Models"> <BusinessLine>sample string 2</BusinessLine> <Country>sample string 6</Country> <Industry>sample string 4</Industry> <Office>sample string 3</Office> <Region>sample string 5</Region> <ServiceLine>sample string 1</ServiceLine> </TermSegretion>