Get all APIs
GET {{url}}/apis?workspace={{workspaceId}}
This call fetches all the APIs present in the specified workspace
Response contains an array named apis which would contain all the details of APIs present in the workspace.
Requires API Key as
X-Api-Keyrequest header orapikeyURL query parameter.
Request Params
| Key | Datatype | Required | Description |
|---|---|---|---|
workspace | string | Workspace to be queried for fetching list of APIs |
HEADERS
| Key | Datatype | Required | Description |
|---|---|---|---|
x-api-key | string | ||
Content-Type | string |
RESPONSES
status: OK
{"apis":[{"id":"387c2863-6ee3-4a56-8210-225f774edade","name":"Sync API","summary":"This is a summary","description":"This is a description.","createdBy":"5665","createdAt":"2019-02-12 19:34:49","updatedAt":"2019-02-12 19:34:49"},{"id":"387c2863-6ee3-4a56-8210-225f774edade","name":"Sync API","summary":"This is a summary","description":"This is a description.","createdBy":"5665","createdAt":"2019-02-12 19:34:49","updatedAt":"2019-02-12 19:34:49"},{"id":"387c2863-6ee3-4a56-8210-225f774edhdh","name":"Sync API 2","summary":"This is a summary","description":"This is a description.","createdBy":"5665","createdAt":"2019-02-12 19:34:49","updatedAt":"2019-02-12 19:34:49"}]}