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-10T03:24:36.8146002Z",
"endTime": "2025-12-10T03:24:36.8146002Z",
"localDate": "2025-12-10T03:24:36.8146002Z",
"departmentAlphaNumId": "sample string 1",
"departmentName": "sample string 2"
},
{
"id": 1,
"startTime": "2025-12-10T03:24:36.8146002Z",
"endTime": "2025-12-10T03:24:36.8146002Z",
"localDate": "2025-12-10T03:24:36.8146002Z",
"departmentAlphaNumId": "sample string 1",
"departmentName": "sample string 2"
}
]
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 1</DepartmentAlphaNumId>
<DepartmentName>sample string 2</DepartmentName>
<EndTime>2025-12-09T19:24:36.8146002-08:00</EndTime>
<Id>1</Id>
<LocalDate>2025-12-09T19:24:36.8146002-08:00</LocalDate>
<StartTime>2025-12-09T19:24:36.8146002-08:00</StartTime>
</ProductionIntervalVM>
<ProductionIntervalVM>
<DepartmentAlphaNumId>sample string 1</DepartmentAlphaNumId>
<DepartmentName>sample string 2</DepartmentName>
<EndTime>2025-12-09T19:24:36.8146002-08:00</EndTime>
<Id>1</Id>
<LocalDate>2025-12-09T19:24:36.8146002-08:00</LocalDate>
<StartTime>2025-12-09T19:24:36.8146002-08:00</StartTime>
</ProductionIntervalVM>
</ArrayOfProductionIntervalVM>