GetApis
Information about the API schema.
Properties
Name | Type | Required | Description |
---|---|---|---|
apis | GetApisApis[] | ❌ | |
meta | GetApisMeta | ❌ | The response's meta information for paginated results. |
GetApisApis
The API's base data schema.
Properties
Name | Type | Required | Description |
---|---|---|---|
id | string | ❌ | The API's ID. |
name | string | ❌ | The API's name. |
summary | string | ❌ | The API's short summary. |
createdAt | string | ❌ | The date and time at which the API was created. |
createdBy | number | ❌ | The Postman ID of the user that created the API. |
updatedAt | string | ❌ | The date and time at which the API was updated. |
updatedBy | number | ❌ | The Postman ID of the user that updated the API. |
description | string | ❌ | The API's description. |
GetApisMeta
The response's meta information for paginated results.
Properties
Name | Type | Required | Description |
---|---|---|---|
limit | number | ❌ | The maximum number of records in the paginated response. |
total | number | ❌ | The number of records that match the defined criteria. |
nextCursor | string | ❌ | The pagination cursor that points to the next record in the results set. |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs