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
Path Parameters
Query Parameters
  • 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.
  • 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.
  • 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

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.
Match All
Show Source
Nested Schema : paging
Type: object
The pagination information.
Show Source
  • The number of elements in this response.
  • Indicates whether the collection has more elements to be retrieved.
  • The maximum number of items returned. 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.
  • paginationLinksArray
  • The total number of elements on the server side that satisfy the request. This attribute is returned only when the request includes the `totalResults` query parameter with a value of `true`.
Nested Schema : apiImplementationDetailedPaging-allOf[1]
Type: object
Show Source
Nested Schema : paginationLinksArray
Type: array
Minimum Number of Items: 0
An array of links for paginated metadata.
Show Source
Nested Schema : Link to the paginated metadata.
Type: object
Title: Link to the paginated metadata.
Show Source
  • Link value.
  • Allowed Values: [ "self", "canonical", "next", "prev", "first", "last" ]
    Link type.
Nested Schema : apiImplementationArray
Type: array
Minimum Number of Items: 0
An array of API implementations with artifact information.
Show Source
Nested Schema : apiImplementationGet
Type: object
The API implementation service details.
Match All
Show Source
Nested Schema : assetGet
Type: object
The asset representation for GET requests.
Match All
Show Source
Nested Schema : apiImplementationGet-allOf[1]
Type: object
Show Source
Nested Schema : assetUpdate
Type: object
The asset representation for PUT requests.
Show Source
Nested Schema : assetIdEtag
Type: object
The asset ID and entity tag (ETag) values.
Show Source
Nested Schema : trash
Type: object
Indicator of whether the asset is in the trash.
Show Source
Nested Schema : assetGet-allOf[3]
Type: object
Show Source
Nested Schema : entityLinksArray
Type: array
Minimum Number of Items: 0
An array of links for an entity's metadata.
Show Source
Nested Schema : items
Type: object
Link to the entity's metadata.
Show Source
Nested Schema : assetShortQualified
Type: object
An asset's information in qualified short form, which includes type and qualifiers.
Match All
Show Source
Nested Schema : artifactArray
Type: array
Minimum Number of Items: 0
An array of artifact information.
Show Source
Nested Schema : assetShort
Type: object
Asset information (short form).
Show Source
Nested Schema : assetQualifiers
Type: object
Asset type name and qualifiers.
Show Source
  • The asset qualifier. It may contain multiple values separated by commas (`,`).
  • Allowed Values: [ "MobileBackend", "API", "APIImplementation", "Connector", "StorageCollection", "Role" ]
Nested Schema : artifact
Type: object
The artifact information.
Show Source
Nested Schema : properties
Type: object
Additional Properties Allowed
Show Source