TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Tapan Mallick
NA
440
238k
getting error while calling to OCTA get services
Mar 7 2018 4:40 AM
I have tried to call get validate session (using an OCTA API client) and it does not seem to always work: Sometimes it returns an invalid session error like the following:
{
"errorCode": "E0000005",
"errorSummary": "Invalid session",
"errorLink": "E0000005",
"errorId": "oaeOWI_EsKqTBqSijMqNcF11g",
"errorCauses": []
}
I am trying to get data like paging .
in 1st call , it is working great . url like "https://" + orgName + "/api/" + apiVersion + "/users";
In 2nd call i am passing "https://" + orgName + "/api/" + apiVersion + "/users?after=" + LastId + "&limit=200";
I am getting error in 2nd call in else statement.
Reply
Answers (
1
)
Exception: the method .. (in Bot emulator)
i want to get sub-string value from a text file