Versions Compared

Key

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

...

Sv translation
languageen

Returns the list of all public reports available workflows for tour elements of a company including the corresponding download links.

Description

get_

report

tour_

list

workflows.php?company=COMPANY_RTIKEY&import=IMPORT_RTIKEY

Parameter

parameter

description

type

hint

mandatory

companyRTI company keystring
yes
importRTI import keystring
yes
formatresponse formatstring'csv' or'json'. Default is 'csv'.no


Return values

A character string is returned. On error "403 - forbidden: access denied." http-header will be sent.


CSV format

On a correct request the report data will be sent as CSV (comma separated value). First line is the header with column names. Data is follwoing afterwards.

Meta information

separatorsemicolon ( ; )
text delimiterdouble quotes ( " )
line end0x0D 0x0A (CarriageReturn LineFeed)
headerline 1
encodingUTF-8

Columns

column

description

REPORTNAME
NAMEname of
report draft
REPORTRANGE_FROMreport range start
REPORTRANGE_TOreport range end
CREATE_DATEcreate date
REPORT_TYPE

numeric representation of report type:

1... daily usage report
2... daily total usage report
3... routes driven
4... hours of operation report
5... idle report
6... analog inputs
8... FMS/CAN - object comparison
9... timerecording (old)
10... speed report
11... fuel report
12... private drive report
15... FMS/CAN - object report
21... FMS/CAN - driver comparison
22... driver behaviour/ driving analysis
23... area-/cc-report
24... temperature recorder
25... insurance report
26... POI-report
27... tacho - timerecording (old)
29... driver - overspeed
30... expense report
31... telemetry report
32... timerecording (new)
34... driving license check
35... vehicle usage
36... tacho - timerecording (new)
37... activity report
38... trailer report

FORMATfile format, e.g. html, pdf, xls...
DOWNLOADLINK

link to generated file

Attention: Large Excel reports might be splitted into multiple files and will be returned as ZIP archive!

workflow
DESCRIPTIONverbose description of this workflow


JSON format

Code Block
[
	{
		"reportnamename":"ZeiterfassungSpezial WerkstattReinigung",
		"reportrange_fromdescription":"2020-12-01 00:00:00",
		"reportrange_to":"2020-12-31 23:59:59",
		"create_date":"2021-01-01 07:04:53",
		"report_type":26,
		"format":"html",
		"downloadlink":"map.yellowfox.de/rc.php?i=REPORT_IDENTDas ist mein Freies Notizfeld, wo ich mir Anmerkungen zum Workflow schreiben kann."
	}
]

Example call

Example response

"

REPORTNAME

NAME";"

REPORTRANGE_FROM";"REPORTRANGE_TO";"CREATE_DATE";"REPORT_TYPE";"FORMAT";"DOWNLOADLINK

DESCRIPTION"
"

Zeiterfassung Werkstatt";"2020-12-01 00:00:00";"2020-12-31 23:59:59";"2021-01-01 07:04:53";"32";"html";"map.yellowfox.de/rc.php?i=REPORT_IDENT"
"tägliche Serie POI-Bericht";"2020-12-25 00:00:00";"2020-12-31 23:59:59";"2021-01-01 07:09:20";"26";"pdf";"map.yellowfox.de/rc.php?i=REPORT_IDENT

Spezial Reinigung";"Das ist mein Freies Notizfeld, wo ich mir Anmerkungen zum Workflow schreiben kann."