Skip to main content

 Services

Web services from /about to /webhooks

list group threads

/groups/{group}/threads [GET]

Description

This service lists each active Asynchronous process in the specified group.

Parameters

No parameters required.

Permission

This service requires contributor or higher.

Response

This service returns the list of active threads in the group as <thread> elements.

<threads>  
  <thread id="[thread id]"
          name="[thread name]"
          username="[username of user starting thread]"
          groupid="[ID of group if applicable or -1]"
          status="[initialised|
                   inprogress|
                   error|
                   warning|
                   cancelled|
                   failed|
                   complete]">
    [<message>[explanation or error]<message>]
    [thread specific XML]
  </thread>
  ...
</threads>

Error Handling

No specific errors expected for this service.

Created on , last edited on