Skip to content
This repository was archived by the owner on Mar 24, 2021. It is now read-only.
Edbergarn edited this page Sep 17, 2019 · 3 revisions

URL POST /api/project

Get information about a specific project.

Request

{
    "token": "CB23C3395153D2414CE7FF22F925776DBF72BF309",      /* Login token */
}

Response success

{
    "success": true,        /* If the action was successful */
    "checked_in": true, false        /* True if the token was valid and user checked out, otherwise false */
    "checked_out": true, false       /* True if the token was valid and user checked in, otherwise false  */
}

Response failure

{
    "success": false,
    "reason": "Invalid token"
}

Clone this wiki locally