GET api/Employees/GetTree?parent={parent}&LanguageCode={LanguageCode}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
list
No documentation available.

Define this parameter in the request body.

parent
No documentation available.

Define this parameter in the request URI.

LanguageCode
No documentation available.

Define this parameter in the request URI.

Request body formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "id": 1,
    "Name": "sample string 2",
    "Unit": "sample string 3",
    "img": "sample string 4",
    "title": "sample string 5",
    "children": {}
  },
  {
    "id": 1,
    "Name": "sample string 2",
    "Unit": "sample string 3",
    "img": "sample string 4",
    "title": "sample string 5",
    "children": {}
  },
  {
    "id": 1,
    "Name": "sample string 2",
    "Unit": "sample string 3",
    "img": "sample string 4",
    "title": "sample string 5",
    "children": {}
  }
]

application/xml, text/xml

Sample:
<ArrayOfempStrunct xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HR.APIs.Controllers">
  <empStrunct>
    <Name>sample string 2</Name>
    <Unit>sample string 3</Unit>
    <children />
    <id>1</id>
    <img>sample string 4</img>
    <title>sample string 5</title>
  </empStrunct>
  <empStrunct>
    <Name>sample string 2</Name>
    <Unit>sample string 3</Unit>
    <children />
    <id>1</id>
    <img>sample string 4</img>
    <title>sample string 5</title>
  </empStrunct>
  <empStrunct>
    <Name>sample string 2</Name>
    <Unit>sample string 3</Unit>
    <children />
    <id>1</id>
    <img>sample string 4</img>
    <title>sample string 5</title>
  </empStrunct>
</ArrayOfempStrunct>