Groups resouce

Get group details

OVERVIEW

Purpose

This method is used to get the details of a group

Request

GET         /groups/{group_id}

Where group_id is the id of the required group

Response

This method returns the details of the group in XML format if the group_id matches a valid group id on the server. 

The response XML is of the following format

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<group>
    <groupID>3</groupID>
    <guid>Highq-India</guid>
    <name>High-India3</name>
    <description>this is a test group</description>    
</group>

Response Codes

 

Code Meaning
200 Successfully
400 Problem with parsing XML or JSON object (Bad Request)
401 Unauthorized
403 Validation failed/ Forbidden
405 Method not allowed (calling api with wrong method)
500 Internal error occured while creating folder

Comments


5 Comments

Last Updated: Nov 08,2024