General Information
...
Service | API | Method | Data Models | Workflow |
---|---|---|---|---|
repositories | /git/repos | POST | N/A | N/A |
Description
Search and filter repository
Input
...
Code Block |
---|
Type: application/json |
Input | Source | Required | Type | Description |
---|---|---|---|---|
name | body | No | string | |
active | body | No | boolean | |
owner | body | No | Array of strings | |
provider | body | No | Array of strings | |
textSearch | body | No | string | |
skip | body | No | integer | |
limit | body | No | integer | |
leaf | body | No | boolean |
Output
...
Response
SOAJS has a unified response. Check out this link to understand more the schema of SOAJS response
Valid Response
Expand | |||||
---|---|---|---|---|---|
| |||||
|
Invalid Response
Expand | ||
---|---|---|
| ||
|
Response schema
Follow this link to check out the response JSON Schema
SOAJS Error Codes
...
Code | Description |
---|---|
602 | Model error: + %model_error% |