Skip to main content

Projects Extraction Service

Abstract

Projects Extraction Service

The projects extraction Web Service methods allow you to call all projects' or an individual project's information.

Details find in these pages:

Web Service Method: Request a Project's Information

Abstract

Web Service Method: Request a Project's Information

Description

Get information about a specific project.

URL: /extractor/api/projects/{projectId}

Request

Supported Methods

GET

Content-Type

*/*

Path Variables

Variable

Description

{projectId}

ProjectDto UUID

Response

This method returns execution results in JSON format.

Project

A PoolParty thesaurus project

Attribute

Type

Comment

defaultLanguage

String

Default language

label

String

Display label in the project default language

languages

Array of String

All configured languages of the project

uuid

String

The unique identifier of the project

Web Service Method: Request All Public Projects

Abstract

Web Service Method: Request All Public Projects

Description

Lists all public projects.

URL: /extractor/api/projects

Request

Supported Methods

GET

Content-Type

*/*

Response

This method returns execution results in JSON format.

ProjectResponse

List of available projects

Attribute

Type

Comment

projects

Array of Project

List of projects