Return all the packages associated to a specific resource.
getResourceDetails(resourceid: ID!count: Int, nextToken: String): PaginationResourceDetails!
resourceid: ID!
count: Int
nextToken: String
PaginationResourceDetails
items: [ResourceDetails!]!
nextToken: String
query getResourceDetails {
getResourceDetails(resourceid: "16778572", count: 1) {
items {
resourceid
resource {
resourcename
}
type
hashkeyobj
pkgmanufacturer
pkgdisplayname
pkgversion
knownas
}
nextToken
}
}
{
"data": {
"getResourceDetails": {
"items": [
{
"resourceid": "16778572",
"resource": {
"resourcename": "FATSTACKS16778572"
},
"type": "package",
"hashkeyobj": "00a60678969a1816e1baf882c80a3a33",
"pkgmanufacturer": "Microsoft Corporation",
"pkgdisplayname": "Microsoft Office Shared 64-bit Setup Metadata MUI (English) 2013",
"pkgversion": "15.0.4569.1506",
"knownas": "noise"
}
],
"nextToken": "XXXXXXXXXX"
}
}
}
if you have questions or issues using the API, please contact us as support@fatstacks.tech