GET api/{database}/Project2Info/{projectId}
No Documentation Found.
Request Information
Parameters
| Name | Description | Additional information | 
|---|---|---|
| projectId | No Documentation Found. | 
                         Define this parameter in the request URI.  | 
        
Response Information
Response body formats
application/json, text/json
            Sample:
        
{
  "closedDate": "2025-11-04T10:20:46.6212727",
  "costUnitDescription": "sample string 1",
  "costUnitId": "sample string 2",
  "currencyDescription": "sample string 3",
  "currencyId": "sample string 4",
  "customerId": "sample string 5",
  "customerName": "sample string 6",
  "description": "sample string 7",
  "mainProjectDescription": "sample string 8",
  "mainProjectId": "sample string 9",
  "projectGroupId": "sample string 10",
  "projectId": "sample string 11",
  "projectManagerId": "sample string 12",
  "projectManagerName": "sample string 13",
  "projectType": 0,
  "reopenedDate": "2025-11-04T10:20:46.6212727",
  "shortName": "sample string 14",
  "status": 0
}
        application/xml, text/xml
            Sample:
<Project2Info xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/UNIT4.Multivers.API.BL.Project.Info"> <ClosedDate>2025-11-04T10:20:46.6212727+01:00</ClosedDate> <CostUnitDescription>sample string 1</CostUnitDescription> <CostUnitId>sample string 2</CostUnitId> <CurrencyDescription>sample string 3</CurrencyDescription> <CurrencyId>sample string 4</CurrencyId> <CustomerId>sample string 5</CustomerId> <CustomerName>sample string 6</CustomerName> <Description>sample string 7</Description> <MainProjectDescription>sample string 8</MainProjectDescription> <MainProjectId>sample string 9</MainProjectId> <ProjectGroupId>sample string 10</ProjectGroupId> <ProjectId>sample string 11</ProjectId> <ProjectManagerId>sample string 12</ProjectManagerId> <ProjectManagerName>sample string 13</ProjectManagerName> <ProjectType>Unknown</ProjectType> <ReopenedDate>2025-11-04T10:20:46.6212727+01:00</ReopenedDate> <ShortName>sample string 14</ShortName> <Status>Open</Status> </Project2Info>