POST LocationListResults/GetDashboardCount/{partnerRoleId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
partnerRoleId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
TDEDashboardCountName | Description | Type | Additional information |
---|---|---|---|
Completed | integer |
None. |
|
NotCompleted | integer |
None. |
|
Assigned | integer |
None. |
|
LocalTrials | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "Completed": 1, "NotCompleted": 2, "Assigned": 3, "LocalTrials": 4 }
application/xml, text/xml
Sample:
<TDEDashboardCount xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Pioneer.Trials.Domain.Model"> <Assigned>3</Assigned> <Completed>1</Completed> <LocalTrials>4</LocalTrials> <NotCompleted>2</NotCompleted> </TDEDashboardCount>