GET api/COISignificantFCOI?InvestigatorName={InvestigatorName}&pageIndex={pageIndex}&itemsPerPage={itemsPerPage}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
InvestigatorName | string |
Required |
|
pageIndex | integer |
Required |
|
itemsPerPage | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of tbl_InfoEd_COI_Significant_FCOIName | Description | Type | Additional information |
---|---|---|---|
InvestigatorName | string |
None. |
|
ProjectNumber | string |
None. |
|
SponsorName | string |
None. |
|
SponsorNumber | string |
None. |
|
ProjectTitle | string |
None. |
|
InvestigatorTitle | string |
None. |
|
RoleInProject | string |
None. |
|
FCOIEntity | string |
None. |
|
NatureOfFCOI | string |
None. |
|
ValueOfFCOI | string |
None. |
|
LastName | string |
None. |
|
FirstName | string |
None. |
|
MiddleInitial | string |
None. |
|
HideProjectTitle | boolean |
None. |
|
MFCOIId | decimal number |
None. |
|
CurrentLoadDate | date |
None. |
|
SponsorType | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "InvestigatorName": "sample string 1", "ProjectNumber": "sample string 2", "SponsorName": "sample string 3", "SponsorNumber": "sample string 4", "ProjectTitle": "sample string 5", "InvestigatorTitle": "sample string 6", "RoleInProject": "sample string 7", "FCOIEntity": "sample string 8", "NatureOfFCOI": "sample string 9", "ValueOfFCOI": "sample string 10", "LastName": "sample string 11", "FirstName": "sample string 12", "MiddleInitial": "sample string 13", "HideProjectTitle": true, "MFCOIId": 14.0, "CurrentLoadDate": "2024-11-21T06:45:16.9628043-06:00", "SponsorType": "sample string 16" }, { "InvestigatorName": "sample string 1", "ProjectNumber": "sample string 2", "SponsorName": "sample string 3", "SponsorNumber": "sample string 4", "ProjectTitle": "sample string 5", "InvestigatorTitle": "sample string 6", "RoleInProject": "sample string 7", "FCOIEntity": "sample string 8", "NatureOfFCOI": "sample string 9", "ValueOfFCOI": "sample string 10", "LastName": "sample string 11", "FirstName": "sample string 12", "MiddleInitial": "sample string 13", "HideProjectTitle": true, "MFCOIId": 14.0, "CurrentLoadDate": "2024-11-21T06:45:16.9628043-06:00", "SponsorType": "sample string 16" } ]