Retrieve Implementations

get

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

Returns an array of custom API implementation metadata. You can filter the results, page through the results, and specify a sort order.

Request

Supported Media Types
  • application/json
Path Parameters
id
Type: string
Required: true
The ID for the custom API implementation.
Query Parameters
limit
Type: integer (int64)
The maximum number of items to return. If the total number of items to return is greater than the limit, then the response returns a link to get the next set of items.
offset
Type: integer (int64)
The index where you want to start browsing the list of items. If you don't specify an offset, then the offset defaults to 0, which is the first item in the list. The response contains the offset used and a link to get the previous set of items.
totalResults
Type: boolean
Reserved for enabling the total number of available elements in the response. This parameter is ignored because the total elements count always is available and is provided in the response.

Response

Supported Media Types
  • application/json
200 Response
An array of API implementations.
Body
An array of API implementation elements with paging information.
Root Schema : apiImplementationDetailedPaging
Type: object
An array of API implementation elements with paging information.
Nested Schema : paging
Type: object
The pagination information.
Nested Schema : apiImplementationDetailedPaging-allOf[1]
Nested Schema : paginationLinksArray
Type: array
Minimum Number of Items: 0
An array of links for paginated metadata.
Nested Schema : Link to the paginated metadata.
Type: object
Title: Link to the paginated metadata.
Nested Schema : apiImplementationArray
Type: array
Minimum Number of Items: 0
An array of API implementations with artifact information.
Nested Schema : apiImplementationGet
Type: object
The API implementation service details.
Nested Schema : assetGet
Type: object
The asset representation for GET requests.
Nested Schema : apiImplementationGet-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 : assetShortQualified
Type: object
An asset's information in qualified short form, which includes type and qualifiers.
Nested Schema : artifactArray
Type: array
Minimum Number of Items: 0
An array of artifact information.
Nested Schema : assetShort
Type: object
Asset information (short form).
Nested Schema : assetQualifiers
Type: object
Asset type name and qualifiers.
Nested Schema : artifact
Type: object
The artifact information.
Nested Schema : properties
Type: object