Develop > API calls > Release gate APIs > List all Marketplace Portal offerings

List all Marketplace Portal offerings

This API lists all the Marketplace Portal offerings.

URI Method Parameters Returns
providerInstanceId GET providerInstanceId - CSA provider ID

200 - updated
400 - bad request
404 - not found

Examples

The following URL was sent:

https://csadevab7b9f275.csacloud.local:8444/csa/api/codar/release-gate/gate-action/offerings/?providerInstanceId=8a828f165aa77526015aa81b959c0030

The following JSON was returned:

{

"members": [{

"name": "UI_test_1",

"id": "1af3e0e4e952445f973dc2c4f048c2df"

}, {

"name": "test 3",

"id": "1f391913fa434d8da2b22e1d12300214"

}, {

"name": "sample",

"id": "25009f4155b7443fb0b9c4671c0bf0cd"

}, {

"name": "UI_test_2",

"id": "3848794371b24dcda8de17ad54b48928"

}, {

"name": "UI_test_1",

"id": "547561f2f0ea4cd5be1493c41c559f20"

}, {

"name": "A Sample Offering",

"id": "72d727afa5e14e5ab4b49fa561a483c5"

}, {

"name": "Big Offering",

"id": "743dc6820b2c42fa82a599db70cde3d3"

}, {

"name": "UI_test_3",

"id": "9bec81fad05b4cd092a3ba42e64bd0a6"

}, {

"name": "UI_test_2",

"id": "bd7a28d829244ff5bda03f98fffc056b"

}]

}