Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GET submission API does not return meta key #719

Closed
spMohanty opened this issue Apr 24, 2018 · 3 comments
Closed

GET submission API does not return meta key #719

spMohanty opened this issue Apr 24, 2018 · 3 comments
Assignees

Comments

@spMohanty
Copy link
Member

spMohanty commented Apr 24, 2018

Sample response :

{
    "challenge_id": [REDACTED],
    "challenge_name": "Test Challenge : Ignore",
    "clef_additional": null,
    "clef_method_description": null,
    "clef_other_info": null,
    "clef_primary_run": false,
    "clef_retrieval_type": null,
    "clef_run_type": null,
    "grading_status_cd": "graded",
    "id": 5260,
    "participant_affiliation": "EPFL",
    "participant_email": "REDACTED",
    "participant_firstname": "Sharada",
    "participant_id": REDACTED,
    "participant_lastname": "Mohanty",
    "participant_name": "spMohanty",
    "score": 1.98,
    "score_secondary": 1.99,
    "submission_files": []
}
@scarroll32
Copy link
Contributor

Meta is not in the serializer, will probably need some transformation but can be done quickly.

@spMohanty
Copy link
Member Author

Added the high priority label, as its needed to complete some of the missing (and requirred) features of the crowdai_api python package.

scarroll32 added a commit that referenced this issue Apr 28, 2018
Addresses #719 : Adds meta to GET submission_serializer
@scarroll32
Copy link
Contributor

Deployed but untested, if it works please close this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants