GET api/LocationNodes/localStructureByAccount?accountId={accountId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
accountId

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of RecursiveObject
NameDescriptionTypeAdditional information
value

integer

None.

level

string

None.

text

string

None.

children

Collection of RecursiveObject

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "value": 1,
    "level": "sample string 2",
    "text": "sample string 3",
    "children": []
  },
  {
    "value": 1,
    "level": "sample string 2",
    "text": "sample string 3",
    "children": []
  }
]

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.