GET api/Company/GenerateCsv
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of PipeDriveWrapper| Name | Description | Type | Additional information |
|---|---|---|---|
| EventType | string |
None. |
|
| EventTimeStamp | date |
None. |
|
| Project | ProjectWrapper |
None. |
|
| Site | SiteWindow |
None. |
|
| Job | JobWrapper |
None. |
|
| ProcessWindow | ProcessWindow |
None. |
|
| QuoteWindow | QuoteWindow |
None. |
|
| Material | Material |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"eventType": "sample string 1",
"eventTimeStamp": "2026-09-18T09:29:57.6348659+00:00",
"project": {
"projectKey": "d32de929-c2ae-41ec-b4a2-7c4baf7b2ef8",
"projectName": "sample string 2",
"totalProject": 3,
"clientKey": "f16e4e31-57ac-43c4-a238-6ef6ee6e548c"
},
"site": {
"siteContact": "sample string 1",
"street": "sample string 2",
"city": "sample string 3",
"state": "sample string 4",
"zip": "sample string 5",
"siteEmail": "sample string 6",
"phone": "sample string 7"
},
"job": {
"jobKey": "c27ba216-2e7f-4ff1-bd74-a6af810620b8",
"jobName": "sample string 2",
"jobStatusId": 3,
"jobStatus": "sample string 4"
},
"processWindow": {
"scenarioName": "sample string 1",
"quoteNumber": "sample string 2",
"jobStatus": "sample string 3",
"activeScenario": true
},
"quoteWindow": {
"grandTotal": 1.0,
"dueAmt1": 2.0,
"dueAmt2": 3.0,
"dueAmt3": 4.0,
"quoteLink": "sample string 5"
},
"material": {
"totalNumberOfProjectScenarios": 1,
"typeOfProject": "sample string 2",
"riserType": "sample string 3",
"riserMaterial": "sample string 4",
"handrailType": "sample string 5",
"handrailMaterial": "sample string 6",
"wallRailType": "sample string 7",
"wallRailMaterial": "sample string 8",
"balusterType": "sample string 9",
"balusterMaterial": "sample string 10",
"treadMaterial": "sample string 11",
"stringerType": "sample string 12",
"stringerMaterial": "sample string 13",
"newelType": "sample string 14",
"newelMaterial": "sample string 15"
}
},
{
"eventType": "sample string 1",
"eventTimeStamp": "2026-09-18T09:29:57.6348659+00:00",
"project": {
"projectKey": "d32de929-c2ae-41ec-b4a2-7c4baf7b2ef8",
"projectName": "sample string 2",
"totalProject": 3,
"clientKey": "f16e4e31-57ac-43c4-a238-6ef6ee6e548c"
},
"site": {
"siteContact": "sample string 1",
"street": "sample string 2",
"city": "sample string 3",
"state": "sample string 4",
"zip": "sample string 5",
"siteEmail": "sample string 6",
"phone": "sample string 7"
},
"job": {
"jobKey": "c27ba216-2e7f-4ff1-bd74-a6af810620b8",
"jobName": "sample string 2",
"jobStatusId": 3,
"jobStatus": "sample string 4"
},
"processWindow": {
"scenarioName": "sample string 1",
"quoteNumber": "sample string 2",
"jobStatus": "sample string 3",
"activeScenario": true
},
"quoteWindow": {
"grandTotal": 1.0,
"dueAmt1": 2.0,
"dueAmt2": 3.0,
"dueAmt3": 4.0,
"quoteLink": "sample string 5"
},
"material": {
"totalNumberOfProjectScenarios": 1,
"typeOfProject": "sample string 2",
"riserType": "sample string 3",
"riserMaterial": "sample string 4",
"handrailType": "sample string 5",
"handrailMaterial": "sample string 6",
"wallRailType": "sample string 7",
"wallRailMaterial": "sample string 8",
"balusterType": "sample string 9",
"balusterMaterial": "sample string 10",
"treadMaterial": "sample string 11",
"stringerType": "sample string 12",
"stringerMaterial": "sample string 13",
"newelType": "sample string 14",
"newelMaterial": "sample string 15"
}
}
]
application/xml, text/xml
Sample:
<ArrayOfPipeDriveWrapper xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/StairBiz.Contracts.ViewModels">
<PipeDriveWrapper>
<EventTimeStamp>2026-09-18T09:29:57.6348659+00:00</EventTimeStamp>
<EventType>sample string 1</EventType>
<Job>
<JobKey>c27ba216-2e7f-4ff1-bd74-a6af810620b8</JobKey>
<JobName>sample string 2</JobName>
<JobStatusId>3</JobStatusId>
<jobStatus>sample string 4</jobStatus>
</Job>
<Material>
<BalusterMaterial>sample string 10</BalusterMaterial>
<BalusterType>sample string 9</BalusterType>
<HandrailMaterial>sample string 6</HandrailMaterial>
<HandrailType>sample string 5</HandrailType>
<NewelMaterial>sample string 15</NewelMaterial>
<NewelType>sample string 14</NewelType>
<RiserMaterial>sample string 4</RiserMaterial>
<RiserType>sample string 3</RiserType>
<StringerMaterial>sample string 13</StringerMaterial>
<StringerType>sample string 12</StringerType>
<TotalNumberOfProjectScenarios>1</TotalNumberOfProjectScenarios>
<TreadMaterial>sample string 11</TreadMaterial>
<TypeOfProject>sample string 2</TypeOfProject>
<WallRailMaterial>sample string 8</WallRailMaterial>
<WallRailType>sample string 7</WallRailType>
</Material>
<ProcessWindow>
<ActiveScenario>true</ActiveScenario>
<JobStatus>sample string 3</JobStatus>
<QuoteNumber>sample string 2</QuoteNumber>
<ScenarioName>sample string 1</ScenarioName>
</ProcessWindow>
<Project>
<ClientKey>f16e4e31-57ac-43c4-a238-6ef6ee6e548c</ClientKey>
<ProjectKey>d32de929-c2ae-41ec-b4a2-7c4baf7b2ef8</ProjectKey>
<ProjectName>sample string 2</ProjectName>
<TotalProject>3</TotalProject>
</Project>
<QuoteWindow>
<DueAmt1>2</DueAmt1>
<DueAmt2>3</DueAmt2>
<DueAmt3>4</DueAmt3>
<GrandTotal>1</GrandTotal>
<QuoteLink>sample string 5</QuoteLink>
</QuoteWindow>
<Site>
<City>sample string 3</City>
<Phone>sample string 7</Phone>
<SiteContact>sample string 1</SiteContact>
<SiteEmail>sample string 6</SiteEmail>
<State>sample string 4</State>
<Street>sample string 2</Street>
<Zip>sample string 5</Zip>
</Site>
</PipeDriveWrapper>
<PipeDriveWrapper>
<EventTimeStamp>2026-09-18T09:29:57.6348659+00:00</EventTimeStamp>
<EventType>sample string 1</EventType>
<Job>
<JobKey>c27ba216-2e7f-4ff1-bd74-a6af810620b8</JobKey>
<JobName>sample string 2</JobName>
<JobStatusId>3</JobStatusId>
<jobStatus>sample string 4</jobStatus>
</Job>
<Material>
<BalusterMaterial>sample string 10</BalusterMaterial>
<BalusterType>sample string 9</BalusterType>
<HandrailMaterial>sample string 6</HandrailMaterial>
<HandrailType>sample string 5</HandrailType>
<NewelMaterial>sample string 15</NewelMaterial>
<NewelType>sample string 14</NewelType>
<RiserMaterial>sample string 4</RiserMaterial>
<RiserType>sample string 3</RiserType>
<StringerMaterial>sample string 13</StringerMaterial>
<StringerType>sample string 12</StringerType>
<TotalNumberOfProjectScenarios>1</TotalNumberOfProjectScenarios>
<TreadMaterial>sample string 11</TreadMaterial>
<TypeOfProject>sample string 2</TypeOfProject>
<WallRailMaterial>sample string 8</WallRailMaterial>
<WallRailType>sample string 7</WallRailType>
</Material>
<ProcessWindow>
<ActiveScenario>true</ActiveScenario>
<JobStatus>sample string 3</JobStatus>
<QuoteNumber>sample string 2</QuoteNumber>
<ScenarioName>sample string 1</ScenarioName>
</ProcessWindow>
<Project>
<ClientKey>f16e4e31-57ac-43c4-a238-6ef6ee6e548c</ClientKey>
<ProjectKey>d32de929-c2ae-41ec-b4a2-7c4baf7b2ef8</ProjectKey>
<ProjectName>sample string 2</ProjectName>
<TotalProject>3</TotalProject>
</Project>
<QuoteWindow>
<DueAmt1>2</DueAmt1>
<DueAmt2>3</DueAmt2>
<DueAmt3>4</DueAmt3>
<GrandTotal>1</GrandTotal>
<QuoteLink>sample string 5</QuoteLink>
</QuoteWindow>
<Site>
<City>sample string 3</City>
<Phone>sample string 7</Phone>
<SiteContact>sample string 1</SiteContact>
<SiteEmail>sample string 6</SiteEmail>
<State>sample string 4</State>
<Street>sample string 2</Street>
<Zip>sample string 5</Zip>
</Site>
</PipeDriveWrapper>
</ArrayOfPipeDriveWrapper>