sign in
Home | Updates | Pages | Users | Admin | Help

API Documentation Groups

Back to API Docs

Actions

GET /organizations/org_name/groups.xml

Here is example of a group list

<?xml version="1.0" encoding="UTF-8"?>
<groups type="array">
  <group>
    <id type="integer">43</id>
    <name>test_group_1</name>
  </group>
  <group>
    <id type="integer">44</id>
    <name>test_group_2</name>
  </group>
</groups>

GET /groups/1.xml (gets an individual group)

<?xml version="1.0" encoding="UTF-8"?>
<group>
  <id type="integer">44</id>
  <name>asdf</name>
</group>

POST /organizations/org_name/groups.xml (create a new group)

Valid attributes

  • name

DELETE /groups/150.xml (delete a group)


Powered by JunebugWiki v0.0.37 Page last edited by wiki on May 28, 2009 02:29 PM
Version 1 (current) versions