Skip to main content

GetApi

GetApi1

The API's base data schema.

Properties

NameTypeRequiredDescription
idstringThe API's ID.
namestringThe API's name.
summarystringThe API's short summary.
createdAtstringThe date and time at which the API was created.
createdBynumberThe Postman ID of the user that created the API.
updatedAtstringThe date and time at which the API was updated.
updatedBynumberThe Postman ID of the user that updated the API.
descriptionstringThe API's description.

GetApi2

Properties

NameTypeRequiredDescription
idstringThe API's ID.
namestringThe API's name.
summarystringThe API's short summary.
createdAtstringThe date and time at which the API was created.
createdBynumberThe Postman ID of the user that created the API.
updatedAtstringThe date and time at which the API was updated.
updatedBynumberThe Postman ID of the user that updated the API.
descriptionstringThe API's description.
gitInfoGitInfoInformation about the API's Git repository integration.
schemasGetApi2Schemas[]The API's schemas.
versionsGetApi2Versions[]The API's versions.
collectionsGetApi2Collections[]The API's collections.

GitInfo

Information about the API's Git repository integration.

Properties

NameTypeRequiredDescription
domainstringThe domain at which the Git repository is hosted.
repositorystringThe repository's name.
organizationstringThe organization that owns the repository.
schemaFolderstringThe API definition's repository folder location.
collectionFolderstringThe API definition's collection repository folder location.

GetApi2Schemas

Information about the schema.

Properties

NameTypeRequiredDescription
idstringThe schema's ID.

GetApi2Versions

Information about the version.

Properties

NameTypeRequiredDescription
idstringThe version's ID.
namestringThe version's name.

GetApi2Collections

Information about the collection.

Properties

NameTypeRequiredDescription
idstringThe collection's ID.

Build Your Own SDKs with  liblab

Build developer friendly SDKs in minutes from your APIs

Start for Free →