Get the asset with given ID.

get/v1/assets/{assetId}

Path parameters

assetIdstring required

Asset ID

Query parameters

includeDownloadUrlboolean

Toggles whether a download URL should be included in the response

includeUploadUrlboolean

Toggles whether an upload URL should be included in the response

Response

OK

idstring required
namestring required
kind'App' | 'Keychain' required
displayNamestring

Human-readable display name for the asset. If not set, the name should be used.

platform'ios' | 'android' | 'xcode'
os'ios' | 'android' | 'xcode'

Deprecated: alias of platform, always mirrors it. Use platform instead.

md5string

Returned only if there is a corresponding file uploaded already.

expiresAtstring date-time

When set, the time after which the asset is automatically deleted.

signedUploadUrlstring
signedDownloadUrlstring

Changes

Changed in 3 of the 34 revisions of this API.16

    • added the new xcode enum value to the os response property for the response status 200

      response-property-enum-value-added

    • added the optional property platform to the response with the 200 status

      response-optional-property-added

    • response property os deprecated

      response-property-deprecated

    • added the required property kind to the response with the 200 status

      response-required-property-added

    • added the optional property expiresAt to the response with the 200 status

      response-optional-property-added

    • added the optional property displayName to the response with the 200 status

      response-optional-property-added

    • added the optional property os to the response with the 200 status

      response-optional-property-added