Research

The following operations are available for this resource.

Http Verb Operation
Get CRM/Research/{researchEntryId} Get details of a research entry.
GET Method: Get, URL: CRM/Research/{researchEntryId} Test

Get details of a research entry.

GetAll CRM/Research?constituentId={constituentId}&includeAffiliations={includeAffiliations} Get details of all the research for the specified constituent id and all its visible affiliation's researches as well. To exclude researches of the visible affiliations pass includeAffiliations=false.
GET Method: GetAll, URL: CRM/Research?constituentId={constituentId}&includeAffiliations={includeAffiliations} Test

Get details of all the research for the specified constituent id and all its visible affiliation's researches as well. To exclude researches of the visible affiliations pass includeAffiliations=false.

Create CRM/Research Create a research entry for a constituent.
POST Method: Create, URL: CRM/Research Test

Create a research entry for a constituent.

Update CRM/Research/{researchEntryId} Updated an existing research entry for a constituent.
PUT Method: Update, URL: CRM/Research/{researchEntryId} Test

Updated an existing research entry for a constituent.

Delete CRM/Research/{researchEntryId} Delete an existing research entry.
DELETE Method: Delete, URL: CRM/Research/{researchEntryId} Test

Delete an existing research entry.