Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

cidCompany 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): 
taskDelimit 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
slocDelimit report to jobs with this source locale.string?, Optional
tlocDelimit report to jobs with this target locale.string?, Optional
managerDelimit report to jobs to projects managed by this user.int?, Optional
clientDelimit report to projects (and their jobs) where the client company is this ID.int?, Optional
   
 Date range filter (optional): 
fromyearyearAggregate analytical data starting with this year (2016, 2017....). If not specified then set to the current year.int?, Optional
frommonthmonthAggregate analytical data starting with this month of the year (1, 2...12). If not specified then set to 1.int?, Optional
toyearyeartoAggregate analytical data up to and including this year (2016, 2017....). If not specified then same as "fromyearyear".int?, Optional
tomonthmonthtoAggregate 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:

...