Versions Compared

Key

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

General Information

...

Service

API

Method

Data Models

Workflow

marketplace

/soajs/items

GET

N/A

N/A

Description

This API lists the items matching certain keywords from soajs catalog only.

...

Code Block
Type: application/json

Input

Source

Required

Type

Description

start

query

No

integer - minimium= 0

To control the pagination starting record

limit

query

No

integer - maximum= 2000

To control the pagination limit

keywords

query

No

string

To search by keywords

type

query

No

querystring

Specify the type of catalog

types

query

Noquery

Array of strings

Specify the types of catalog

...

Expand
titleSAMPLE
Code Block
languagejson
{
  "result": true,
  "data": {
    "limit": 10,
    "start": 0,
    "size": 1,
    "records": [
      {
        "_id": "5e409c94c5a59210a815262c5f33ab670c7c214f927453c6",
        "nametype": "payservice",
        "configurationname": {
          "subType": "ecommerce"controller",

         "portconfiguration": 4102,{
          "groupsubType": "Marketplacesoajs",
          "requestTimeoutport": 304000,
          "requestTimeoutRenewalgroup": 5,
          "maintenance": {
            "port": {
              "type": "maintenance""Gateway"
            },
  
         "readinessversions": "/heartbeat"[
          }
    {
   },         "descriptionversion": "MS pay service for marketplace1",
        "metadata": {           "tags"maintenance": [
       {
    "order",             "ecommerce"
          ],
          "program": [
            "marketplace"
          ]
  readiness": "/heartbeat",
     },         "settingsport": {
          "acl": {             "public": {
              "ro": true
        "type": "maintenance"
   }           },
   
      "recipes": [],           "environmentscommands": {}
[
       },         "src": {
          "provider": "github",
          "ownerlabel": "htReload Provision",
          "repo": "mkpl.order"
        },
        "type"path": "service/loadProvision",
 
      "ui": {           "mainicon": "Gatewayfas fa-download",
          "sub": ""
        },
        "versions": [
          {
            "version": "1",             "extKeyRequired"label": true,
            "oauth": true,
            "provision_ACL": false,
"Reload Registry",
           "tenant_Profile": false,             "urac": false,
            "urac_ACL": false"path": "/reloadRegistry",
            "urac_Config": false,
            "urac_GroupConfigicon": false,
            "urac_Profile": false,
            "apis": [ "fas fa-undo"
               { },
               "l": "pay items", {
                 "v": "/pay",
                "m" "label": "post",
                "group": "Pay"
              },
 Reload Awareness",
            {                 "l"path": "Get all pay ",
                "v": "/pays",/awarenessStat",
                  "micon": "getfas fa-wifi",
                "group": "Pay"
              }}
              ],

           "documentation": {}
          }
        ]
      },
    ],
    "count": 1
  }
}

Invalid Response

...