...
This API lists the public items matching certain keywords with option to select from what type and subtype.
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.
Input
...
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 | queryquery | No | Array of strings | Specify the types of catalog |
...