Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

General Information

...

ServiceAPIMethod
multitenancymultitenant/productsGET


Data Model: 

Workflow:

Output

...

Valid Response

...

Code Block
languagebash
titleCalling List Groups Products API
 > CURL -X GET http://127.0.0.1:4004/products

...

Code Block
languagejs
titleList Groups Products API response
{
   "result": true,
   "data": [
      {
         
      },
      {
         
      }
   ]
}

...