We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
URL POST /api/project
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 succesfull */ "info_sent": true /* If the username was valid and information was given */ }
Response failure
{ "success": false, "reason": "Invalid token, invalid project" }