InquireJobQueueGroup
Use this service to retrieve information about a job queue group
Required parameter
JOBQUEUEGROUP resource
| Parameter Key | Value Type | Parameter Description | 
|---|---|---|
| groupName | Alphanumeric string | The name of the job queue group. Maximum length for strings is 10. | 
XML request format
Format of the request XML payload for POST method calls. Note that these must always be wrapped by <ACTION> nodes.
 <JOBQUEUEGROUP groupDescription="XXX" groupName="XXX" >
    <MEMBER memberName="XXX" memberType="group" >
    </MEMBER>
    <MEMBER memberName="XXX" memberType="jobQueue" >
    </MEMBER>
</JOBQUEUEGROUP>