Silicon Mark™ API
Test job
GET /api/silicon-mark/test-job/token-info
Get your job-token information which created by the test-job.
Authorization
🔒OAuth2: OAuth2PasswordBearer
Flow type: password
Token URL: token
Responses
- 200: Successful Response
POST /api/silicon-mark/test-job/info
Get a test_jobs detail information.
Authorization
🔒OAuth2: OAuth2PasswordBearer
Flow type: password
Token URL: token
Request Body
The request body must be in application/json
format.
Field | Type | Required | Description | Constraints |
---|---|---|---|---|
id | integer | Yes? | id as string convert from int | |
name | string | Yes? | Name | |
property name | string | Yes? | Any |
Request Example
Responses
- 200: Successful Response
- 422: Validation Error
POST /api/silicon-mark/test-job/list
Search test_jobs list by condition.
Authorization
🔒OAuth2: OAuth2PasswordBearer
Flow type: password
Token URL: token
Request Body
The request body must be in application/json
format.
Field | Type | Required | Description | Constraints |
---|---|---|---|---|
filter | array of objects | Yes? | Filter list | Default: [] |
order_by | array of objects | No? | Order by list | Default: [] |
paginate | object? | No? | Pagination | Default: num_per_page”:50,“page_num”:1 |
property name | string? | Yes? | Any |
Request Example
Responses
- 200: Successful Response
- 422: Validation Error
DELETE /api/silicon-mark/test-job/delete
Delete a test_jobs record by id or name.
Authorization
🔒OAuth2: OAuth2PasswordBearer
Flow type: password
Token URL: token
Request Body
The request body must be in application/json
format.
Field | Type | Required | Description | Constraints |
---|---|---|---|---|
id | integer | Yes? | id as string convert from int | |
name | string | Yes? | Name | |
property name | string | Yes? | Any |
Request Example
Responses
- 200: Successful Response
- 422: Validation Error