We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When calling the endpoint /glip/teams with the pageToken param the API is returning:
/glip/teams
400 Bad Request
Note: recordCount param is working.
Sample call:
curl --request GET \ --url 'https://platform.devtest.ringcentral.com/restapi/v1.0/glip/teams?recordCount=10&pageToken=H4sIAAAAAAACAx2LywqAIBQF%2F%2BWs78JMJe93tBMXUgZCL9KCiP69x2YWM8yFA1wRys8RfCH1YGkqK4yqG8IRxj2%2BVStbWym01EbdhNz%2FRx7A6LYYSlrmNk0RhK17kyAMGewcyrl%2BNs0ghzaGCd77%2BwFX061reQAAAA%3D%3D' \ --header 'accept: application/json'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When calling the endpoint
/glip/teams
with the pageToken param the API is returning:400 Bad Request
Note: recordCount param is working.
Sample call:
The text was updated successfully, but these errors were encountered: