...
cid | Company for which to return data. This parameter is mandatory. The ID can be the platform company (My Company). | int, Mandatory |
uid | Optionally restricts data to a specific user within the company. | int?, Optional |
Jobs filter (optional): | ||
task | Delimit report to jobs of this specific task type. For example: "TR", "RV"... If not set then data for jobs of any kind are loaded. | string?, Optional |
sloc | Delimit report to jobs with this source locale. | string?, Optional |
tloc | Delimit report to jobs with this target locale. | string?, Optional |
manager | Delimit report to jobs to projects managed by this user. | int?, Optional |
client | Delimit report to projects (and their jobs) where the client company is this ID. | int?, Optional |
Date range filter (optional): | ||
fromyearyear | Aggregate analytical data starting with this year (2016, 2017....). If not specified then set to the current year. | int?, Optional |
frommonthmonth | Aggregate analytical data starting with this month of the year (1, 2...12). If not specified then set to 1. | int?, Optional |
toyearyearto | Aggregate analytical data up to and including this year (2016, 2017....). If not specified then same as "fromyearyear". | int?, Optional |
tomonthmonthto | Aggregate analytical data up to and including this month of the year (1, 2...12). If not specified then set to 12same as "month". | int?, Optional |
Examples:
...
Get data for March to April 2017 and person 223 of company 12344:
/ba/suppliers/12344/223?fromyearyear=2017&frommonthmonth=3&tomonthmonthto=124
RESULTS
A JSON with these properties:
...