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

Feature: Allow to pass assertionId as query parameter to the revocationList request #715

Open
raiseandfall opened this issue Sep 4, 2020 · 0 comments

Comments

@raiseandfall
Copy link
Member

raiseandfall commented Sep 4, 2020

Describe the feature

The OpenBadges 2.0 spec defines revocationList as a list of revokedAssertions. This list can potentially become enormous as the list ofrevokedAssertions grows.
We want to be able to pass the assertionId as optional parameter to the request, so the server returning the list of revoked assertions can filter on its end, reducing the response payload size & load time. This will also help server side scripts who deal with list max count (i.e. returning only the first 100 items).

We propose the following URL format:
{revocationList}{?|&}assertionId={assertionIdValue}

Per OpenBadges 2.0 spec, the response shape of the request should not changed.

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