Export all the candidate roles for the given candidateRoleId

get

/oiri/api/v1/tasks/{taskId}/candidate-roles/{candidateRoleId}/export

Request

Path Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

OK
Body ()
Root Schema : schema
Type: string(binary)
Back to Top

Examples

The following example shows how to export all candidate roles for the given candidate role IDs.

curl -X GET\
-H "Accept: application/octet-stream"\
-H "Authorization: Bearer $token"\
"http://localhost:port/oiri/api/v1/tasks/11cc57a41eaf48dfab2758f3bc2ad570/candidate-roles/2c1edfd520e44cce8fadf04c4c8da4b2/export"

Example of the Response Body

The following is an example of the response body in JSON format.

Name,Description,User Count,Entitlement Count,Application Count,Total User Count,Total Entitlement Count
Sample Candidate Role,Ab_ Candidate Role for the Cluster : 1,1,9,1,1,9
""
""
CandidateRole - Users List
Ext User Id,User Name,Employee Type,Job Code,Manager Name,Organization Name,User Display Name,Manager Display Name,Employee Number,Department Number
39,PHEY,Full-Time,IC10004,XELSYSADM,MyOrg1,Pat Huey,System Administrator,100059,QA
""
""
CandidateRole - Entitlements List
Ext Entitlement Id,Entitlement Display Name,Application Name
83,"CN=adbienta19,OU=grps,OU=robert_bi_test,DC=adlrg12c,DC=us,DC=example,DC=com",MyAD
28,"CN=adbienta2,OU=grps,OU=robert_bi_test,DC=adlrg12c,DC=us,DC=example,DC=com",MyAD
53,"CN=adbienta20,OU=grps,OU=robert_bi_test,DC=adlrg12c,DC=us,DC=example,DC=com",MyAD
5,"CN=adbienta3,OU=grps,OU=robert_bi_test,DC=adlrg12c,DC=us,DC=example,DC=com",MyAD
98,"CN=adbienta4,OU=grps,OU=robert_bi_test,DC=adlrg12c,DC=us,DC=example,DC=com",MyAD
37,"CN=adbienta5,OU=grps,OU=robert_bi_test,DC=adlrg12c,DC=us,DC=example,DC=com",MyAD
10,"CN=adbienta6,OU=grps,OU=robert_bi_test,DC=adlrg12c,DC=us,DC=example,DC=com",MyAD
93,"CN=adbienta7001,OU=grps,OU=robert_bi_test,DC=adlrg12c,DC=us,DC=example,DC=com",MyAD
89,"CN=adbienta8,OU=grps,OU=robert_bi_test,DC=adlrg12c,DC=us,DC=example,DC=com",MyAD
Back to Top