Skip to content

Challenge types not returning "Task" #4

Open
@jmgasper

Description

@jmgasper

URL: https://api.topcoder-dev.com/v6/challenge-types

Database:

Image

Expected:

[
    {
        "id": "ecd58c69-238f-43a4-a4bb-d172719b9f31",
        "name": "Task",
        "description": "An assignment earned by a sole competitor to demonstrate a specific skill set.",
        "isActive": true,
        "isTask": true,
        "abbreviation": "TSK"
    },
    {
        "id": "929bc408-9cf2-4b3e-ba71-adfbf693046c",
        "name": "Marathon Match",
        "description": "A match predicated on solving one problem using only what is deemed the best method",
        "isActive": true,
        "isTask": false,
        "abbreviation": "MM"
    },
    {
        "id": "927abff4-7af9-4145-8ba1-577c16e64e2e",
        "name": "Challenge",
        "description": "A competition-driven entity with a host of score-based challenges and rankings.",
        "isActive": true,
        "isTask": false,
        "abbreviation": "CH"
    },
    {
        "id": "dc876fa4-ef2d-4eee-b701-b555fcc6544c",
        "name": "First2Finish",
        "description": "A contest in which the winner is set by being the first to submit a completed task.",
        "isActive": true,
        "isTask": false,
        "abbreviation": "F2F"
    }
]

Current

[
    {
        "id": "929bc408-9cf2-4b3e-ba71-adfbf693046c",
        "name": "Marathon Match",
        "description": "A match predicated on solving one problem using only what is deemed the best method",
        "isActive": true,
        "isTask": false,
        "abbreviation": "MM"
    },
    {
        "id": "927abff4-7af9-4145-8ba1-577c16e64e2e",
        "name": "Challenge",
        "description": "A competition-driven entity with a host of score-based challenges and rankings.",
        "isActive": true,
        "isTask": false,
        "abbreviation": "CH"
    },
    {
        "id": "dc876fa4-ef2d-4eee-b701-b555fcc6544c",
        "name": "First2Finish",
        "description": "A contest in which the winner is set by being the first to submit a completed task.",
        "isActive": true,
        "isTask": false,
        "abbreviation": "F2F"
    }
]

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