Skip to main content

Get Project Information

Abstract

Get Project Information

This call to the API returns information about the public projects on the server.

Request

{{url}}/extractor/api/projects/

Use the server name of your PoolParty installation for '{{url}}', for example 'http://enterprise.poolparty.biz' or the one from your own installation.

The result returns the names for the projects, their project IDs, the default language and the available languages in the extraction model:

Results

{
    "projects": [
        {
            "label": "All About Cocktails",
            "uuid": "1E034541-9963-0001-EE48-B5D068201D43",
            "defaultLanguage": "en",
            "languages": [
                "de",
                "en"
            ]
        },
        {
            "label": "News Classification",
            "uuid": "1E031D21-BCC5-0001-E0C7-E8901820190E",
            "defaultLanguage": "en",
            "languages": [
                "en"
            ]
        }
    ]
}