Invoke APi to list out the projects in DevTest portal
search cancel

Invoke APi to list out the projects in DevTest portal

book

Article ID: 223091

calendar_today

Updated On:

Products

Service Virtualization

Issue/Introduction

Looking for any invoke APIs that list out the projects, test cases and user access details in DevTest portal
Looked at the below links but couldn't find the correct API's to use

API SWAGGER Link: http://localhost:1505/api/swagger/#!/VSEs/stopVirtualService_post_11

Environment

All supported DevTest releases.

Resolution

DevTest Portal internally uses below API calls to fetch project details. Based on project id from the first API call, can get the test case details.

1. http://localhost:1507/devtest/api/test-reshub/projects/

2. http://localhost:1507/res-hub/v1/projects/<project_ID>/Tests/