API Guide

Account Admin has access to use API but other users will not be able to access it unless they have permissions. Only Minute7 users can access these API and for authentication they must login first into their own accounts. Under 'My Settings' users with access to API will be able to copy TOKEN, which they will pass in API parameters against IMPRESARIO

1. Fetch Time Entries:

Endpoint

https://www.minute7.com/api/reports/time_json

Details

This API returns an array of time entries

Admin can allow user to use time api by chaning their permissions. Follow these steps:

User can get time entries for specific date range but start_date & end_date are optional parameters. Leave them empty to get all data.

User must have permission to view reports along with to use API. User will only be able to get time entries for employees to which user has permissions.

Parameters

Each entry has following attributes

2. Fetch Expense Entries:

Endpoint

https://www.minute7.com/api/reports/expenses

Details

This API returns an array of expenses entries

Admin can allow user to use expense api by chaning their permissions. Follow these steps:

User can get expense entries for specific date range but start_date & end_date are optional parameters. Leave them empty to get all data.

User must have permission to view reports along with to use API. User will only be able to get expense entries for employees to which user has permissions.

Parameters

Each entry has following attributes