Skip to main content

Web Service Method: Request All Created SKOS-XL Labels

Abstract

Web Service Method: Request All Created SKOS-XL Labels

Description

Returns all created SKOS-XL labels.

URL: /api/thesaurus/{project}/allskosxllabels

Request

Supported Methods

GET

Response Values

Attribute

Type

Comment

labelRelations

Array of IRI

literalForm

Literal

state

ReviewState

DRAFT | APPROVED | DRAFTSKOSXL

uri

IRI

Content-Type

*/*

Response

This method returns execution results in JSON format.

Example Response

{
  "literalForm" : {
    "language" : "en-gb",
    "label" : "Label 26468"
  },
  "labelRelations" : [ {
    "uri" : "https://semantic-web.com/api/labelRelations#2072"
  }, {
    "uri" : "https://semantic-web.com/api/labelRelations#16680"
  }, {
    "uri" : "https://semantic-web.com/api/labelRelations#28563"
  } ],
  "state" : "APPROVED",
  "uri" : {
    "uri" : "https://semantic-web.com/api/uri#17159"
  }
}