Return all the resources process during the latest sRTMS session.
allResource(count: Int, nextToken: String): PaginationAllResource!
count: Int
nextToken: String
PaginationAllResource
items: [Resource!]!
nextToken: String
query allResource {
allResource {
items {
resourceid
resourcename
}
nextToken
}
}
{
"data": {
"allResource": {
"items": [
{
"resourceid": "16778572",
"resourcename": "FATSTACKS16778572"
}
],
"nextToken": null
}
}
}
if you have questions or issues using the API, please contact us as support@fatstacks.tech