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": "24845ede-8d29-421f-aec4-8668af85e8b8", "progress_Color": "sample string 2", "engagementName": "sample string 3", "engagementType": "sample string 4", "consultant": "sample string 5", "startTime": "2025-06-24T15:15:33.8469689+00:00", "endTime": "2025-06-24T15:15:33.8469689+00:00", "progressbar_Count": 6, "engagementStatus": "sample string 7", "projectId": "748fcf87-3671-4e24-b5bd-f445cf5cf16b", "scanList": [ { "scanId": "6ef94741-5d95-4b2a-b0ab-c6938f7f6635", "scanType": "sample string 2" }, { "scanId": "6ef94741-5d95-4b2a-b0ab-c6938f7f6635", "scanType": "sample string 2" } ] }, { "engagementId": "24845ede-8d29-421f-aec4-8668af85e8b8", "progress_Color": "sample string 2", "engagementName": "sample string 3", "engagementType": "sample string 4", "consultant": "sample string 5", "startTime": "2025-06-24T15:15:33.8469689+00:00", "endTime": "2025-06-24T15:15:33.8469689+00:00", "progressbar_Count": 6, "engagementStatus": "sample string 7", "projectId": "748fcf87-3671-4e24-b5bd-f445cf5cf16b", "scanList": [ { "scanId": "6ef94741-5d95-4b2a-b0ab-c6938f7f6635", "scanType": "sample string 2" }, { "scanId": "6ef94741-5d95-4b2a-b0ab-c6938f7f6635", "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-06-24T15:15:33.8469689+00:00</endTime> <engagementId>24845ede-8d29-421f-aec4-8668af85e8b8</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>748fcf87-3671-4e24-b5bd-f445cf5cf16b</projectId> <scanList> <ScanDetails> <scanId>6ef94741-5d95-4b2a-b0ab-c6938f7f6635</scanId> <scanType>sample string 2</scanType> </ScanDetails> <ScanDetails> <scanId>6ef94741-5d95-4b2a-b0ab-c6938f7f6635</scanId> <scanType>sample string 2</scanType> </ScanDetails> </scanList> <startTime>2025-06-24T15:15:33.8469689+00:00</startTime> </EngagementList> <EngagementList> <consultant>sample string 5</consultant> <endTime>2025-06-24T15:15:33.8469689+00:00</endTime> <engagementId>24845ede-8d29-421f-aec4-8668af85e8b8</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>748fcf87-3671-4e24-b5bd-f445cf5cf16b</projectId> <scanList> <ScanDetails> <scanId>6ef94741-5d95-4b2a-b0ab-c6938f7f6635</scanId> <scanType>sample string 2</scanType> </ScanDetails> <ScanDetails> <scanId>6ef94741-5d95-4b2a-b0ab-c6938f7f6635</scanId> <scanType>sample string 2</scanType> </ScanDetails> </scanList> <startTime>2025-06-24T15:15:33.8469689+00:00</startTime> </EngagementList> </ArrayOfEngagementList>