API beschrijving
De API documentatie is beschikbaar in het Engels. Add data to chartPOST / files / {name} / dataAdds data to an existing chart. Or creates a new file if the file {name} doesn't exists. The media types json or text can be used. URLhttps://www.intchart.com/api/{id}/files/{name}/data Headers
DescriptionA new file will be created when:- the file {name} doesn't exists - data field names are different from the existent file - the number of data fields are different from the existent file. A description of the parameters can be found here : upload (1) or upload (2) . Data will be added to existent file:In all other cases, the data will be added to the existent file. A description of the parameters can be found here : add . Example Requesthttps://www.intchart.com/api/ABCDEFGH/files/File1/data?sep=;&format=unix |