Retrieve API

get

/mobile/tools/1.0/apis/{id}

Returns the API metadata.

Request

Supported Media Types
  • application/json
Path Parameters
id
Type: string
Required: true
The identifier of the API.

Response

Supported Media Types
  • application/json
200 Response
API metadata.
Headers
ETag
Type: string
The ETag corresponds to the state of the API (that is, the value increments by one on each change operation). You can use this ETag with the `If-Match` HTTP header on a request.
Body
The API representation for GET requests.
Root Schema : apiGet
Type: object
The API representation for GET requests.
Nested Schema : apiShort
Type: object
The short API definition representation.
Nested Schema : apiGet-allOf[1]
Nested Schema : assetGet
Type: object
The asset representation for GET requests.
Nested Schema : apiShort-allOf[1]
Nested Schema : assetUpdate
Type: object
The asset representation for PUT requests.
Nested Schema : assetIdEtag
Type: object
The asset ID and entity tag (ETag) values.
Nested Schema : trash
Type: object
Indicator of whether the asset is in the trash.
Nested Schema : assetGet-allOf[3]
Nested Schema : entityLinksArray
Type: array
Minimum Number of Items: 0
An array of links for an entity's metadata.
Nested Schema : items
Type: object
Link to the entity's metadata.
Nested Schema : icon
Type: object
Information about the icon that's associated with the API or connector.
Nested Schema : stringArray
Type: array
Minimum Number of Items: 0
An array of string values.
Nested Schema : apiSecurity
Type: object
The API security for POST and PUT requests.
Nested Schema : securityAccess
Type: object
Access details.
Nested Schema : endpointSecurityArray
Type: array
Minimum Number of Items: 0
An array of endpoint security elements.
Nested Schema : endpointSecurity
Type: object
The API security for POST and PUT requests.
404 Response
An API with specified ID doesn't exist.
Body
Root Schema : error
Type: object
Nested Schema : errorDetails
Type: object