GetApiVersions
Information about the API's versions.
Properties
Name | Type | Required | Description |
---|---|---|---|
meta | GetApiVersionsMeta | ❌ | The response's meta information for paginated results. |
versions | GetApiVersionsVersions[] | ❌ |
GetApiVersionsMeta
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. |
GetApiVersionsVersions
Information about the API version.
Properties
Name | Type | Required | Description |
---|---|---|---|
id | string | ❌ | The version's ID. |
name | string | ❌ | The version's name. |
createdAt | string | ❌ | The date and time at which the version was created. |
updatedAt | string | ❌ | The date and time at which the version was last updated. |
releaseNotes | string | ❌ | The version's release notes. |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs