Rest API v6.0 call for list of requirements by row

Monday, December 23, 2019
Avatar

Hello

I am trying to use this API call however am getting an access denied error. I have successfully used other calls so I don't think the setup is causing me issue.
I have two questions that I think will help me understand the issue:

  • Does the starting row relate to the Requirement ID, or is it the starting row in the fully expanded requirements table?
  • Is the number of rows the increment to the requirement ID or is it the number or rows down from the starting requirement in the fully expanded requirements table

Thank You

2 Replies
Monday, December 23, 2019
Avatar
re: tward2607 Monday, December 23, 2019

Hello

I'd log a support ticket if you have specific questions about authentication and authorization that we cannot answer on a public forum. Regarding the general questions:

  1. The starting row is not related to the requirement ID. It's just the pagination page number (i.e first row is row =1). If you get back results in batches of 50 (for example), you'd set this to:
    1. Start Row = 1
    2. Start Row = 51
    3. Start Row = 101
  2. Number of rows, not related to the requirement ID

Regards

David

Friday, March 6, 2020
Avatar
re: inflectra.david Monday, December 23, 2019

Hello,

But i wanted to filter or find row so how can i mange? I have more then  50 thousand requiements. by using this pagination i have to invoke multiple calls everytime?

Any How many rows will return in 1 page as pagination?

Spira Helps You Deliver Quality Software, Faster and With Lower Risk

And if you have any questions, please email or call us at +1 (202) 558-6885

 

Statistics
  • Started: Monday, December 23, 2019
  • Last Reply: Friday, March 6, 2020
  • Replies: 2
  • Views: 1058