[]
        
(Showing Draft Content)

Hierarchy

Hierarchy

[POST] /api/hierarchy

Request Body

Type: application/json-patch+json, application/json, text/json, application/*+json

HierarchyViewModel

Responses

[200] Success

[PUT] /api/hierarchy/{id}

Parameters

Name In Type
idRequired path string

Request Body

Type: application/json-patch+json, application/json, text/json, application/*+json

HierarchyViewModel

Responses

[200] Success

[DELETE] /api/hierarchy/{id}

Parameters

Name In Type
idRequired path string

Responses

[200] Success

[GET] /api/hierarchy/{id}

Parameters

Name In Type
idRequired path string

Responses

[200] Success

Models

Ƭ HierarchyViewModel

Name Type
idNullable string
titleNullable string
commentNullable string
content HierarchyNode

Ƭ HierarchyNode

Name Type
nodeIdNullable string
geoJsonIdNullable string
titleNullable string
connectionKeyNullable string
connectionValueNullable string
childrenNullable Array<HierarchyNode>