Joe
Joe

Reputation: 11

Query by Attribute Value - VersionOne REST

Given a Number Attribute with a specific value, I want to find the story with that value.

For example, I have a request with the number R-56614.

What I'm attempting is along the line of this:

rest-1.v1/Data/Story?sel=SuperAndUp&where=Attribute.Number="R-57154"

Any suggestions would be greatly appreciated.

Upvotes: 0

Views: 186

Answers (1)

Joe
Joe

Reputation: 11

I figured it out.

rest-1.v1/Data/Request?where=Request.Number="R-57154"

Upvotes: 1

Related Questions