Skip to content
This repository has been archived by the owner on Mar 24, 2021. It is now read-only.

Project

Edbergarn edited this page Sep 17, 2019 · 2 revisions

URL POST /api/project

Get information about a specific project.

Request

{
    "token": "CB23C3395153D2414CE7FF22F925776DBF72BF309",      /* Login token */
    "project": "time rest"  /* Name of the project where you want to get info */
}

Response success

{
    "success": true,        /* If the action was successful */
    "info_sent": true       /* If the username was valid and information was given */
}

Response failure

{
    "success": false,
    "reason": "Invalid token, invalid project"
}
Clone this wiki locally