/api/space/user-management/capabilities/{cid}/tasks/{tid}

The following operation is supported on this resource:

  • GET - Get a single task assigned to a capability
GET /capabilities/{cid}/tasks/{tid} Version 1

Get a single task assigned to a capability.

Sample Usage

GET /capabilities/{cid}/tasks/{tid}


  • Parameters:
    Name Type URI Type Description Required
    cid int Path The capability ID. Y
    tid int Path The ID of the task for which information is to be retrieved. Y
  • Sample Output XML:
    <task key="65620" uri="/api/space/user-management/capabilities/65559/tasks/65620"
      href="/api/space/user-management/tasks/65620">
      <name>createUser</name>
      <title>Create User</title>
    </task>

  • Sample Output JSON:
    {
      "task": {
          "@key":"65620",
          "@uri": "/api/space/user-management/capabilities/65559/tasks/65620",
          "@href": "/api/space/user-management/tasks/65620",
          "name":"createUser",
          "title":"Create User"
      }
    }

  • Access Control

    The following capabilities are required to access this API: DefaultRead