Jump to: navigation, search

Query Packages

Method

GET

Syntax

 
/grs/v1/tenant/{tenantId}/businessnode/{nodeId}/packages

Request Body

N/A

Response Body

 
{   
   "packages":[   
      {   
         "packageId":"1fb18a53-17b2-4ae1-81c7-1614f483c754",
         "name":"dmd",
         "type":"samples",
         "businessName":"XYZ",
         "description":"SamplePackage",
         "templates":[   
            {   
               "name":"XYZ",
               "version":1,
               "type":null,
               "global":false,
               "changeComment":null
            }
         ]
      }
   ]
}

HTTP Status Codes

  • 200 OK—Response body provided
  • 401 Unauthorized—APIToken not valid
  • 403 Forbidden—User does not have permission for the specified tenant or business node.
  • 503—Service Unavailable

Notes

User must have permission to view the specified tenant and business node.

This page was last edited on May 16, 2017, at 08:20.
Comments or questions about this documentation? Contact us for support!