Returns details about the project specified by :id. EndpointBASE_URL/projects/:id Parameters- :id in URL - id of project
- oauth - token
RequestExample: HTTPS GET /2/projects/4e71843298ea9b6b9f000004?oauth=<your-token-here>
ResponseReturns: 200 OK, body =
{ "_id": "4e71843298ea9b6b9f000004", "Timestamper": { "created_at": 1316062258000000000, "updated_at": 1316062258000000000 }, "user_id": "4e71841f98ea9b6b9f000002", "name": "TestProject001", "access_key": "9df304ba984e6a14e18c3dd36508b112", "secret_key": "e2d9ee1df08d318e0bdd1218f3522e9a", "type": "free", "max_schedules": 100 }
TODO |
|