{ "opencollection": "1.0.0", "info": { "name": "Zuper REST Assets Timesheets API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Timesheets", "type": "folder" }, "items": [ { "info": { "name": "Get Timesheets", "type": "http" }, "http": { "method": "GET", "url": "https://{dc_region}.zuperpro.com/api/timesheets", "params": [ { "name": "page", "value": "", "type": "query", "description": "Page number (1-based)" }, { "name": "count", "value": "", "type": "query", "description": "Number of records per page (max 1000)" } ] }, "docs": "Retrieve a paginated list of timesheets." }, { "info": { "name": "Create Timesheet", "type": "http" }, "http": { "method": "POST", "url": "https://{dc_region}.zuperpro.com/api/timesheets", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new timesheet entry." }, { "info": { "name": "Update Timesheet", "type": "http" }, "http": { "method": "PUT", "url": "https://{dc_region}.zuperpro.com/api/timesheets/:timesheet_uid", "params": [ { "name": "timesheet_uid", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update an existing timesheet entry." }, { "info": { "name": "Delete Timesheet", "type": "http" }, "http": { "method": "DELETE", "url": "https://{dc_region}.zuperpro.com/api/timesheets/:timesheet_uid", "params": [ { "name": "timesheet_uid", "value": "", "type": "path" } ] }, "docs": "Delete a timesheet entry." } ] } ], "bundled": true }