Skip to content

Service: Layer Description

Eliza Margaretha edited this page Dec 20, 2019 · 4 revisions

** WARNING: This service is experimental and may change without any notice.

Returns descriptions of all supported annotation layers.

Available in: lite and full version

Method: GET

Service URL: root/annotation/layers

Examples

Request

http://localhost:8089/api/v1.0/annotation/layers

Response

[
    {
        "id": 1,
        "code": "base/s",
        "layer": "s",
        "foundry": "base",
        "description": "Base structure layer"
    },
    {
        "id": 2,
        "code": "dereko/s",
        "layer": "s",
        "foundry": "dereko",
        "description": "DeReKo structure layer"
    },
    {
        "id": 3,
        "code": "cnx/c",
        "layer": "c",
        "foundry": "cnx",
        "description": "Connexor constituency layer"
    }
]
Clone this wiki locally