Skip to content
This repository was archived by the owner on Jun 18, 2019. It is now read-only.
This repository was archived by the owner on Jun 18, 2019. It is now read-only.

API requires field ID numbers, will not match field names itself #29

@marksherman

Description

@marksherman

User of the API must fetch the fields via API in order to get each field's hidden ID number, and then upload with that stringified number as the column key instead of the actual name.

The failure mode is unclear, as no exceptions are raised, no errors are returned. The only clue is the data set object returned from the call has a .getData() response of an empty list.

The server apparently registers data received, but does not put any into the project.

Does NOT work:

{'TMP': [1],
'SHK': [0],
'SP1': [1],
'SP2': [2],
'SLL': [3],
'seconds_elapsed': [222],
 'interval': [42]}

DOES work:

{'14446': [1],
'14442': [0],
'14443': [1],
'14444': [2],
'14445': [3],
'14441': [222],
'14440': [42]}

@pat-son @fgmart @tylerpuleo @jaypoulz

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions