Get Repository Item Information
Get information on a specific item in the Perfecto repository.
URL |
Copy
|
Method |
|
Header parameters
Name |
Description |
---|---|
|
Request parameters
Parameter | Description |
---|---|
artifactLocator
|
Unique artifact identifier. Format:
where:
|
Success response
Code: 200
{
"artifactsDetails:":
{
"artifactLocator": "PUBLIC:file_contexts.apk",
"username": "",
"groupKey": ""
"artifactMetadata": {
"artifactName": "file_contexts.apk",
"artifactSize": 100973,
"mimeType": ""
"artifactType": "ANDROID",
"information": [
{
"name": "version",
"value": "1.0.0"
}
],
"tags": []
},
"usageMetadata": {
"creationTime": 1596574465567,
"lastUpdateTime": 1596574465567,
"lastDownloadTime": 1597771764479
}
}
}
Error response
Error code | Reason |
---|---|
401 UNAUTHORIZED
|
Wrong security token |
404 NOT FOUND
|
Item does not exist |
500 INTERNAL_SERVER_ERROR
|
Internal error |