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

handle pagination in organizationAcls endpoint #8

Open
jpblu opened this issue Oct 4, 2023 · 0 comments
Open

handle pagination in organizationAcls endpoint #8

jpblu opened this issue Oct 4, 2023 · 0 comments
Assignees

Comments

@jpblu
Copy link

jpblu commented Oct 4, 2023

We should handle pagination in organizationAcls endpoint starting from 202306.

Doc Reference:
https://learn.microsoft.com/en-us/linkedin/marketing/integrations/community-management/organizations/organization-authorizations/getting-started
https://learn.microsoft.com/en-us/linkedin/shared/api-guide/concepts/pagination?context=linkedin%2Fmarketing%2Fcontext

API Pagination Response

"paging": {
        "start": 0,
        "count": 10,
        "links": [
            {
                "type": "application/json",
                "rel": "next",
                "href": "/rest/organizationAcls?q=roleAssignee&start=10&count=10"
            }
        ]
    },

@jpblu jpblu self-assigned this Oct 4, 2023
@jpblu jpblu linked a pull request Oct 4, 2023 that will close this issue
@jpblu jpblu changed the title revert organizationAcls endpoint to v2 handle pagination in organizationAcls endpoint Oct 4, 2023
@jpblu jpblu removed a link to a pull request Oct 4, 2023
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