/api/space/user-management/roles/{role-id}/tasks/{task-id}

The following operation is supported on this resource:

  • GET - Get a task assigned to a role
GET /roles/{role-id}/tasks/{task-id} Version 3

Get a task assigned to a role.

Sample Usage

GET /roles/{role-id}/tasks/{task-id}


  • Parameters:
    Name Type URI Type Description Required
    role-id Integer Path Role ID Y
    task-id Integer Path Task ID Y
  • Sample Output XML:
    <task uri="/api/space/user-management/roles/{role-id}/tasks/{task-id}">
         <id>Integer</id>
         <name>String</name>
    </task>

  • Sample Output JSON:
    {
       "task" : {
         "@uri" : "/api/space/user-management/roles/{role-id}/tasks/{task-id}" ,
         "id" : "Integer" ,
         "name" : "String"
       }
    }

  • Access Control

    The following capabilities are required to access this API: ReadRole