Get Last Modified Item

JFrog REST APIs

Content Type
REST API
ft:sourceType
Paligo

Description: Returns the last modified item at the given path. If the given path is a folder, the latest last modified item is searched for recursively. Supported by local and local-cached repositories.

Since: 2.2.5

Notes: Requires Artifactory Pro

Security: Requires a valid user with deploy permissions

Usage: GET /api/storage/{repoKey}/{item-path}?lastModified

Produces: application/json (application/vnd.org.jfrog.artifactory.storage.ItemLastModified+json)

Sample Output:

GET /api/storage/libs-release-local/org/acme?lastModified
{
"uri": "http://localhost:8081/artifactory/api/storage/libs-release-local/org/acme/foo/1.0-SNAPSHOT/foo-1.0-SNAPSHOT.pom",
"lastModified": ISO8601
}