GET - /soajs/items
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
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 | string | Specify the type of catalog |
types | query | No | Array of strings | Specify the types of catalog |
Â
Output
Response
SOAJS has a unified response. Check out this link to understand more the schema of SOAJS responseÂ
Valid Response
Invalid Response
Response schema
Follow this link to check out the response JSON Schema
SOAJS Error Codes
Â
Code | Description |
---|---|
400 | Business logic required data are missing |
602 | Model error: + %model_error% |
Â