Information about the API's versions.
Properties
Name | Type | Required | Description |
---|---|---|---|
Meta | GetApiVersionsMeta | ❌ | The response's meta information for paginated results. |
Versions | List<GetApiVersionsVersions> |
❌ |
The response's meta information for paginated results.
Properties
Name | Type | Required | Description |
---|---|---|---|
Limit | long | ❌ | The maximum number of records in the paginated response. |
Total | long | ❌ | The number of records that match the defined criteria. |
NextCursor | string | ❌ | The pagination cursor that points to the next record in the results set. |
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. |