get group index status
/groups/{group}/index/status [GET]
API Support | Available since | Last updated | Output |
---|---|---|---|
4.6000 | 5.9700 | xml, json |
Description
This service indicates the status of the index of a group.
The purpose of this service is to provide a list of outstanding indexing jobs.
Parameters
No parameters required.
Permission
This service requires contributor or higher.
Response
When the group exists, the return is:
<indexing> <status> <index groupid="357"/> <jobs total="605" document="287" folder="98" url="22" comment="198"/> </status> </indexing>
If the group doesn't exist, the return is:
<indexing> <status> <jobs total="0"/> </status> </indexing>
Error Handling
No specific errors expected for this service.