Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 1.95 KB

File metadata and controls

38 lines (26 loc) · 1.95 KB

GetApiVersions

Information about the API's versions.

Properties

Name Type Required Description
Meta GetApiVersionsMeta The response's meta information for paginated results.
Versions List<GetApiVersionsVersions>

GetApiVersionsMeta

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.

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.