GET api/ProjectStakeholder/{id}

Gets a project stakeholder.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

Global Id.

string

Required

Body Parameters

None.

Response Information

Resource Description

ProjectStakeholder
NameDescriptionTypeAdditional information
UpdateType

string

None.

ProjectStakeholderId

integer

None.

Role

string

None.

GlobalId

string

None.

CreatedBy

string

None.

CreatedByName

string

None.

CreatedDate

date

None.

UpdatedBy

string

None.

UpdatedByName

string

None.

UpdatedDate

date

None.

ProjectId

integer

None.

OrganizationId

integer

None.

CustomerId

integer

None.

EmployeeId

integer

None.

SupplierId

integer

None.

CustomerName

string

None.

EmployeeName

string

None.

SupplierName

string

None.

Note

string

None.

Response Formats

application/json, text/json

Sample:
{
  "UpdateType": "sample string 1",
  "ProjectStakeholderId": 2,
  "Role": "sample string 3",
  "GlobalId": "sample string 4",
  "CreatedBy": "sample string 5",
  "CreatedByName": "sample string 6",
  "CreatedDate": "2025-01-16T16:40:41.8849115+00:00",
  "UpdatedBy": "sample string 7",
  "UpdatedByName": "sample string 8",
  "UpdatedDate": "2025-01-16T16:40:41.8849115+00:00",
  "ProjectId": 1,
  "OrganizationId": 1,
  "CustomerId": 1,
  "EmployeeId": 1,
  "SupplierId": 1,
  "CustomerName": "sample string 9",
  "EmployeeName": "sample string 10",
  "SupplierName": "sample string 11",
  "Note": "sample string 12"
}

application/xml, text/xml

Sample:
<ProjectStakeholder xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CustomersdbWebShared.Models">
  <CreatedBy>sample string 5</CreatedBy>
  <CreatedByName>sample string 6</CreatedByName>
  <CreatedDate>2025-01-16T16:40:41.8849115+00:00</CreatedDate>
  <CustomerId>1</CustomerId>
  <CustomerName>sample string 9</CustomerName>
  <EmployeeId>1</EmployeeId>
  <EmployeeName>sample string 10</EmployeeName>
  <GlobalId>sample string 4</GlobalId>
  <Note>sample string 12</Note>
  <OrganizationId>1</OrganizationId>
  <ProjectId>1</ProjectId>
  <ProjectStakeholderId>2</ProjectStakeholderId>
  <Role>sample string 3</Role>
  <SupplierId>1</SupplierId>
  <SupplierName>sample string 11</SupplierName>
  <UpdateType>sample string 1</UpdateType>
  <UpdatedBy>sample string 7</UpdatedBy>
  <UpdatedByName>sample string 8</UpdatedByName>
  <UpdatedDate>2025-01-16T16:40:41.8849115+00:00</UpdatedDate>
</ProjectStakeholder>