Forum

Some few problems w...
 
Notifications
Retirer tout

Some few problems when dealing with API projeqtor

2 Posts
2 Utilisateurs
0 Reactions
2,597 Vu
(@msassi)
Posts: 8
Active Member
Début du sujet
 
[#6793]

Hello,

I'm trying to deal with API projeqtor in order to :
1- Return list of ComponentVersion by idComponent :
mywebsite/api/ComponentVersion/search/idComponent=15 but it returns always empty list. ==> {"identifier":"id", "items":[] }
However, I have many Component in database with idComponent = 15
2- Return all TestCases under TestSession:
I can't find what URL I need to use.
I'm able to return all TestSession: mywebsite/api/TestSession/
I can get also all TestCase : mywebsite/api/TestCase/all
but I can't find any relation between test case and test session in data returned by URLs above

Any help please ?


 
Posté : 2 Juil PM 15:077
(@babynus)
Posts: 14952
Membre Admin
 

1) Seems to be a bug. Ticket #4854 recorded

2) You must acces to class TestCaseRun : it is the link between testSession (idTestSession) and the test case (idTestCase)


 
Posté : 20 Août PM 13:088
Share:
Retour en haut