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

update show_unit_extensions api to DRF #35359

Open
Tracked by #35057
awais786 opened this issue Aug 23, 2024 · 0 comments
Open
Tracked by #35057

update show_unit_extensions api to DRF #35359

awais786 opened this issue Aug 23, 2024 · 0 comments
Assignees

Comments

@awais786
Copy link
Contributor

awais786 commented Aug 23, 2024

verify via postman
1: Try this URL

form-data

url = block-v1:edx+cs222+23111+type@sequential+block@14a256f0a4e44466978ec41fca103710

expected result

{
    "header": [
        "Username",
        "Full Name",
        "Extended Due Date"
    ],
    "title": "Users with due date extensions for Subsection",
    "data": [
        {
            "Username": "admin",
            "Full Name": "aaaa",
            "Extended Due Date": "2024-08-29 01:30"
        },
        {
            "Username": "newserviceuser",
            "Full Name": "awab",
            "Extended Due Date": "2025-11-11 00:00"
        }
    ]
}

Verify via Instructor Dashboard
1: Try this URL

Screenshot 2024-08-29 at 3 57 46 PM
@awais786 awais786 changed the title Show_unit_extensions update show_unit_extensions api to DRF Aug 23, 2024
@awais786 awais786 self-assigned this Aug 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant