English
cURL
curl --request POST \ --url https://api.sonderplan.com/v2/time-activity \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "Sound Post", "description": "Recording, mixing and exporting from Pro Tools and other DAWs" } '
{ "success": { "id": 2384 } }
WRITE
ADMIN
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Stores time activies used within time entries
Name of the activity
"Sound Post"
Description of the scope of the activity
"Recording, mixing and exporting from Pro Tools and other DAWs"
Successful Operation
Show child attributes