Contents
Query Package Details
Method
GET
Syntax
/grs/v1/tenant/{tenantId}/businessnode/{nodeId}/package/{packageId}
Request Body
N/A
Response Body
{
"packageId":"1fb18a53-17b2-4ae1-81c7-1614f483c754",
"name":"dmd",
"type":"samples",
"businessName":"XYZ",
"description":"SamplePackage
Note: Must enable wildcards for this to work
decision-table-enable-wildcards=true",
"templates":[
{
"name":"XYZ",
"version":1,
"type":samples,
"global":false,
"changeComment":"Initial"
}
]
}
HTTP Status Codes
- 200 OK—Response body provided
- 401 Unauthorized—APIToken not valid
- 404 Not Found—could not find specified package ID. Use Query Packages to obtain correct ID.
- 503—Service Unavailable
This page was last edited on May 16, 2017, at 08:20.
Comments or questions about this documentation? Contact us for support!