Search APIs
GET {{baseUrl}}/apis?query=adipisicing aliquip in tempor&state=ALL&page=0&limit=10&sort=NAME&order=ASC
This is a convenience alias for GET /specs?specType=API
.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
query | string | Free text query to match | |
state | string | Matches against published state of the spec: |
- UNPUBLISHED - spec is a draft, a work in progress
- PUBLISHED - spec is a stable version ready for consuming from client applications
- ANY - either PUBLISHED or UNPUBLISHED
|
|
page
| number | | Page to return | |limit
| number | | Number of results per page (1 .. 100) | |sort
| string | | Sort criteria of result set: - NAME
- UPDATED
- CREATED
- OWNER
- BEST_MATCH - by relevance
- TITLE - by
info.title
| |order
| string | | Sort order |