Resources Package Blob Find By Hash
Find By Hash
Find package blob by hash
Http Method
GET
End Point
/~api/package-blobs
Query Parameters
Parameter Description Required Example
hash Hash No string
Response
Operation Successful
Status Code
200
Response Body
Content Type
application/json
Example
{
"id" : 1 ,
"projectId" : 1 ,
"sha256Hash" : "string" ,
"sha512Hash" : "string" ,
"md5Hash" : "string" ,
"sha1Hash" : "string" ,
"size" : 1 ,
"createDate" : "2024-07-07T21:37:47.044+00:00"
}
Operation Failed
Status code
Status code other than 200 indicating the error type
Response Body
Error detail of content type "text/plain"
cURL Example
$ curl -u <login name>:<password or access token> -G https://git.codedune.app/~api/package-blobs --data-urlencode hash=string
Please wait...
Page is in error, reload to recover