Rally API get user stories not able to filter Schedule state - rally

The rally Api I used is unable to filter ScheduleState of type Accepted
https://XXXX/slm/webservice/v2.0/hierarchicalrequirement?find={"ScheduleState":"Accepted"}&fetch=ObjectID,FormattedID,ScheduleState,FlowStateChangedDate,InProgressDate,PlanEstimate,Blocked,BlockedReason,HasParent,Parent,RevisionHistory,Project&hydrate=["ScheduleState"]&pagesize=100
Can some one please help? how to get user stories that are accepted

You seem to be combining queries for the Web Services API and the Lookback API. You will need to update this query to be:
https://XXXX/slm/webservice/v2.0/hierarchicalrequirement?query=(ScheduleState = Accepted )&fetch=ObjectID,FormattedID,ScheduleState,FlowStateChangedDate,InProgressDate,PlanEstimate,Blocked,BlockedReason,HasParent,Parent,RevisionHistory,Project&pagesize=100

Related

filtering twitter api user lookup

I am trying to collect some data from twitter using API v2 via the users//followers endpoint and I didn't find a parameter for filtering results, specifically I wish to filter results on their follower count.
Please tell me this feature exists!

(ssg-wsg) Why is CorpPass ID required for Update/Delete course run with sessions API?

Does anyone know why is CorpPass Id a required field for "Update/Delete course run with sessions" API? Since this will be an NRIC, would it be a sensitive information to be used in the request body?
Referring to the API: https://developer.ssg-wsg.gov.sg/webapp/docs/product/6kYpfJEWVb7NyYVVHvUmHi/group/374zmR5D0tQeS87eA1hrLV/api/4i96CWAYWH6uGhkhGMZxHd/version/3egIPKn3WK27liSToemjDV
Based on the API page, I do not see where Corppass ID is being referenced. Do provide more details if you have a technical query for the API.
However, based on the description: API is only available to Corppass users - and if you are able to subscribe to it then you are a Corporate Developer. For this query, it would be more appropriate if you can reach out to their servicedesk for details instead: https://developer.ssg-wsg.gov.sg/webapp/faq?anchor=WhoCanIContactIfIHaveQuestionsAboutTheseAPIs

How to retrieve used_ids similar to a certain user_id with Twitter API v2?

When interacting with the Twitter with the UI, there is an option to retrieve similar accounts to the one being selected, e.g. if I am checking an account like #MacoubD Twitter suggests to me other similar accounts.
Is it possible to retrieve this list using Twitter API v2? I checked the docs but could not find the endpoint.
No. There are no API functions that provide this in v1.1 or in v2.

Can i wirte follow/unfollow bot with Instagram?

I want to Write Bot for Follow/Unfollow user in instagram , but instagram Api deprecated Follow and Relationships ...
can i use instagram Api for this goal or must be use selenium automation ?!
As per this article the Instagram API no longer provides functionality to follow or unfollow users. Looking at the current endpoints provided by the Instagram API the set of operations looks very limited - fetch a user, or a user's latest media, and get a list of comments on your media. You can view the changelog for the Instagram API here.
So to answer your question, no you can no longer use a bot to follow or unfollow a user via the Instagram API. Yes you will be able to write a Selenium script that will do this.
Try https://www.instagram.com/web/
https://www.instagram.com/web/friendships/6810462142/unfollow/
6810462142 = ID USER...
I think it works
You may need to use a tool such as Keygram - https://www.thekeygram.com
It does exactly what you are looking for with the follow/unfollow

Where is the api for retrieving user joined communities in Google+?

I'm creating a tool for a person to login into their google+ account and to lists all communities they were created or joined. I had googling around for a day and read google+ api references, but I couldn't find any information on:
Url of the API for accessing user's created or joined comminities,
Request parameters to perform such query
My tool has already succeed to perform oauth login and get access_token and ready to make any API call, But now I'm stuck trying to find the right Url and requirements to perform the API call as I wanted.
Please help
There currently is no API method to do this. If you would like to see such a feature added, you can star this feature request.