With this call you can get a list of autorisation groups.
/autorisation_group [GET]
|
Parameter |
Type |
Description |
Method |
Obligatory/Optional |
|
limit |
numeric |
The maximum numbers of groups, that the call returns (max 200) |
GET |
obligatory |
|
offset |
numeric |
it gives <limit> items back from <offset> |
GET |
optional |
/autorisation_group?limit=200&offset=400
<response>
<header>
<item_count>2</item_count>
<item_count_total>2</item_count_total>
<request_process_time>0.0306</request_process_time>
<request_query_count>10</request_query_count>
<request_result>success</request_result>
<request_result_description/>
<request_result_id>601</request_result_id>
<request_uri>[GET] autorisation_group/?limit=10</request_uri>
<vpx_version>1.1-rc2</vpx_version>
</header>
<items>
<item id="1">
<aut_group_name>HO.group</aut_group_name>
<aut_group_type>DOMAIN</aut_group_type>
</item>
<item id="2">
<aut_group_name>surfnet.nl</aut_group_name>
<aut_group_type>DOMAIN</aut_group_type>
</item>
</items>
</response>
|
Field |
Description |
|
aut_group_name |
name of the autorisation group |
|
aut_group_type |
type of the autorisation group |