GET api/EngagementOverview?clientId={clientId}&roleName={roleName}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
clientId | globally unique identifier |
Required |
|
roleName | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of EngagementListName | Description | Type | Additional information |
---|---|---|---|
engagementId | globally unique identifier |
None. |
|
progress_Color | string |
None. |
|
engagementName | string |
None. |
|
engagementType | string |
None. |
|
consultant | string |
None. |
|
startTime | date |
None. |
|
endTime | date |
None. |
|
progressbar_Count | integer |
None. |
|
engagementStatus | string |
None. |
|
projectId | globally unique identifier |
None. |
|
scanList | Collection of ScanDetails |
None. |
Response Formats
application/json, text/json
Sample:
[ { "engagementId": "f61033d5-78a3-422e-a827-f3588b277902", "progress_Color": "sample string 2", "engagementName": "sample string 3", "engagementType": "sample string 4", "consultant": "sample string 5", "startTime": "2025-03-15T07:52:16.8589249+00:00", "endTime": "2025-03-15T07:52:16.8589249+00:00", "progressbar_Count": 6, "engagementStatus": "sample string 7", "projectId": "a9356bb7-8a37-496a-a6e9-ff516f5074d9", "scanList": [ { "scanId": "790a4fc3-ca59-44ab-90c2-2413beb840b6", "scanType": "sample string 2" }, { "scanId": "790a4fc3-ca59-44ab-90c2-2413beb840b6", "scanType": "sample string 2" } ] }, { "engagementId": "f61033d5-78a3-422e-a827-f3588b277902", "progress_Color": "sample string 2", "engagementName": "sample string 3", "engagementType": "sample string 4", "consultant": "sample string 5", "startTime": "2025-03-15T07:52:16.8589249+00:00", "endTime": "2025-03-15T07:52:16.8589249+00:00", "progressbar_Count": 6, "engagementStatus": "sample string 7", "projectId": "a9356bb7-8a37-496a-a6e9-ff516f5074d9", "scanList": [ { "scanId": "790a4fc3-ca59-44ab-90c2-2413beb840b6", "scanType": "sample string 2" }, { "scanId": "790a4fc3-ca59-44ab-90c2-2413beb840b6", "scanType": "sample string 2" } ] } ]
application/xml, text/xml
Sample:
<ArrayOfEngagementList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRAApi.CustomModel"> <EngagementList> <consultant>sample string 5</consultant> <endTime>2025-03-15T07:52:16.8589249+00:00</endTime> <engagementId>f61033d5-78a3-422e-a827-f3588b277902</engagementId> <engagementName>sample string 3</engagementName> <engagementStatus>sample string 7</engagementStatus> <engagementType>sample string 4</engagementType> <progress_Color>sample string 2</progress_Color> <progressbar_Count>6</progressbar_Count> <projectId>a9356bb7-8a37-496a-a6e9-ff516f5074d9</projectId> <scanList> <ScanDetails> <scanId>790a4fc3-ca59-44ab-90c2-2413beb840b6</scanId> <scanType>sample string 2</scanType> </ScanDetails> <ScanDetails> <scanId>790a4fc3-ca59-44ab-90c2-2413beb840b6</scanId> <scanType>sample string 2</scanType> </ScanDetails> </scanList> <startTime>2025-03-15T07:52:16.8589249+00:00</startTime> </EngagementList> <EngagementList> <consultant>sample string 5</consultant> <endTime>2025-03-15T07:52:16.8589249+00:00</endTime> <engagementId>f61033d5-78a3-422e-a827-f3588b277902</engagementId> <engagementName>sample string 3</engagementName> <engagementStatus>sample string 7</engagementStatus> <engagementType>sample string 4</engagementType> <progress_Color>sample string 2</progress_Color> <progressbar_Count>6</progressbar_Count> <projectId>a9356bb7-8a37-496a-a6e9-ff516f5074d9</projectId> <scanList> <ScanDetails> <scanId>790a4fc3-ca59-44ab-90c2-2413beb840b6</scanId> <scanType>sample string 2</scanType> </ScanDetails> <ScanDetails> <scanId>790a4fc3-ca59-44ab-90c2-2413beb840b6</scanId> <scanType>sample string 2</scanType> </ScanDetails> </scanList> <startTime>2025-03-15T07:52:16.8589249+00:00</startTime> </EngagementList> </ArrayOfEngagementList>