GET api/external/v1/ProductionInterval
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of SFE.Common.PublicEntities.ProductionIntervalVM| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| StartTime | date |
None. |
|
| EndTime | date |
None. |
|
| LocalDate | date |
None. |
|
| DepartmentAlphaNumId | string |
None. |
|
| DepartmentName | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"id": 1,
"startTime": "2025-12-31T20:24:22.7054289Z",
"endTime": "2025-12-31T20:24:22.7054289Z",
"localDate": "2025-12-31T20:24:22.7054289Z",
"departmentAlphaNumId": "sample string 2",
"departmentName": "sample string 3"
},
{
"id": 1,
"startTime": "2025-12-31T20:24:22.7054289Z",
"endTime": "2025-12-31T20:24:22.7054289Z",
"localDate": "2025-12-31T20:24:22.7054289Z",
"departmentAlphaNumId": "sample string 2",
"departmentName": "sample string 3"
}
]
application/xml, text/xml
Sample:
<ArrayOfProductionIntervalVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SFE.Common.PublicEntities">
<ProductionIntervalVM>
<DepartmentAlphaNumId>sample string 2</DepartmentAlphaNumId>
<DepartmentName>sample string 3</DepartmentName>
<EndTime>2025-12-31T15:24:22.7054289-05:00</EndTime>
<Id>1</Id>
<LocalDate>2025-12-31T15:24:22.7054289-05:00</LocalDate>
<StartTime>2025-12-31T15:24:22.7054289-05:00</StartTime>
</ProductionIntervalVM>
<ProductionIntervalVM>
<DepartmentAlphaNumId>sample string 2</DepartmentAlphaNumId>
<DepartmentName>sample string 3</DepartmentName>
<EndTime>2025-12-31T15:24:22.7054289-05:00</EndTime>
<Id>1</Id>
<LocalDate>2025-12-31T15:24:22.7054289-05:00</LocalDate>
<StartTime>2025-12-31T15:24:22.7054289-05:00</StartTime>
</ProductionIntervalVM>
</ArrayOfProductionIntervalVM>