1. Overview
The autolog-service contains a collection of RESTful service calls to retrieve information relevant to autolog in manufacturing execution.
Description of endpoints can be found in the section headers for each collection of relevent resources.
2. Resources
2.1. Data-type-controller
Data Type Controller
2.1.1. Get user-defined/custom-data types
GET /v1/data-type/user-defined
Parameters
Type | Name | Description | Schema |
---|---|---|---|
Header |
Site-Id |
Represents the id of the site to connect to |
string |
Query |
dataTypeId |
dataTypeId |
integer (int64) |
Responses
HTTP Code | Description | Schema |
---|---|---|
200 |
Success |
< Phrase > array |
400 |
Bad Request |
No Content |
401 |
Unauthorized |
No Content |
403 |
Forbidden, User is not allowed to update the activity record |
|
404 |
Not Found, Resource is not found |
No Content |
422 |
Unprocessable Entity |
|
503 |
Service Unavailable |
No Content |
2.2. Display-controller
Display Controller
2.2.1. Get sheets detail
GET /v1/display
Parameters
Type | Name | Description | Schema | Default |
---|---|---|---|---|
Header |
Site-Id |
Represents the id of the site to connect to |
string |
|
Query |
isActive |
isActive |
boolean |
|
Query |
page |
Page number to return 0 to N. |
integer (int32) |
|
Query |
puIds |
puIds |
string |
|
Query |
sheetDesc |
sheetDesc |
string |
|
Query |
sheetId |
sheetId |
integer (int64) |
|
Query |
size |
Number of resources to return per page. |
integer (int32) |
|
Responses
HTTP Code | Description | Schema |
---|---|---|
200 |
Success |
< SheetInfo > array |
400 |
Bad Request |
No Content |
401 |
Unauthorized |
No Content |
403 |
Forbidden, User is not allowed to update the activity record |
|
404 |
Not Found, Resource is not found |
No Content |
422 |
Unprocessable Entity |
|
503 |
Service Unavailable |
No Content |
2.2.2. Get Event count for a sheet
GET /v1/display/{sheetid}/event/count
Parameters
Type | Name | Description | Schema |
---|---|---|---|
Header |
Site-Id |
Represents the id of the site to connect to |
string |
Path |
sheetid |
Event or Batch Id list; comma separated |
integer (int64) |
Query |
startDate |
Start Date; example = 2022-08-03T10:50:17.717Z |
string |
Responses
HTTP Code | Description | Schema |
---|---|---|
200 |
Success |
integer (int64) |
400 |
Bad Request |
No Content |
401 |
Unauthorized |
No Content |
403 |
Forbidden, User is not allowed to update the activity record |
|
404 |
Not Found, Resource is not found |
No Content |
422 |
Unprocessable Entity |
|
503 |
Service Unavailable |
No Content |
2.2.3. Get events for a sheet
GET /v1/display/{sheetid}/events
Parameters
Type | Name | Description | Schema | Default |
---|---|---|---|---|
Header |
Site-Id |
Represents the id of the site to connect to |
string |
|
Path |
sheetid |
Sheet Id |
integer (int64) |
|
Query |
page |
Page number to return 0 to N. |
integer (int32) |
|
Query |
size |
Number of resources to return per page. |
integer (int32) |
|
Query |
startDate |
Start Date; example = 2022-08-03T10:50:17.717Z |
string |
Responses
HTTP Code | Description | Schema |
---|---|---|
200 |
Success |
< SheetEventDetails > array |
400 |
Bad Request |
No Content |
401 |
Unauthorized |
No Content |
403 |
Forbidden, User is not allowed to update the activity record |
|
404 |
Not Found, Resource is not found |
No Content |
422 |
Unprocessable Entity |
|
503 |
Service Unavailable |
No Content |
2.2.4. Get events for a sheet
GET /v1/display/{sheetid}/events-detail
Parameters
Type | Name | Description | Schema | Default |
---|---|---|---|---|
Header |
Site-Id |
Represents the id of the site to connect to |
string |
|
Path |
sheetid |
Sheet Id |
integer (int64) |
|
Query |
decimalSep |
Decimal Separator |
string |
|
Query |
page |
Page number to return 0 to N. |
integer (int32) |
|
Query |
size |
Number of resources to return per page. |
integer (int32) |
|
Query |
startDate |
Start Date; example = 2022-08-03T10:50:17.717Z |
string |
Responses
HTTP Code | Description | Schema |
---|---|---|
200 |
Success |
< EventDetails > array |
400 |
Bad Request |
No Content |
401 |
Unauthorized |
No Content |
403 |
Forbidden, User is not allowed to update the activity record |
|
404 |
Not Found, Resource is not found |
No Content |
422 |
Unprocessable Entity |
|
503 |
Service Unavailable |
No Content |
2.2.5. Search events for a sheet
GET /v1/display/{sheetid}/events-search
Parameters
Type | Name | Description | Schema | Default |
---|---|---|---|---|
Header |
Site-Id |
Represents the id of the site to connect to |
string |
|
Path |
sheetid |
Sheet Id |
integer (int64) |
|
Query |
decimalSep |
Decimal Separator |
string |
|
Query |
exactSearch |
Exact Text |
boolean |
|
Query |
isFromGrid |
From Grid |
boolean |
|
Query |
page |
Page number to return 0 to N. |
integer (int32) |
|
Query |
searchText |
Search Text |
string |
|
Query |
size |
Number of resources to return per page. |
integer (int32) |
|
Responses
HTTP Code | Description | Schema |
---|---|---|
200 |
Success |
< EventDetails > array |
400 |
Bad Request |
No Content |
401 |
Unauthorized |
No Content |
403 |
Forbidden, User is not allowed to update the activity record |
|
404 |
Not Found, Resource is not found |
No Content |
422 |
Unprocessable Entity |
|
503 |
Service Unavailable |
No Content |
2.2.6. Search events for a sheet
GET /v1/display/{sheetid}/events-search-without-test-data
Parameters
Type | Name | Description | Schema | Default |
---|---|---|---|---|
Header |
Site-Id |
Represents the id of the site to connect to |
string |
|
Path |
sheetid |
Sheet Id |
integer (int64) |
|
Query |
exactSearch |
Exact Text |
boolean |
|
Query |
isFromGrid |
From Grid |
boolean |
|
Query |
page |
Page number to return 0 to N. |
integer (int32) |
|
Query |
searchText |
Search Text |
string |
|
Query |
size |
Number of resources to return per page. |
integer (int32) |
|
Responses
HTTP Code | Description | Schema |
---|---|---|
200 |
Success |
< SheetEventInfo > array |
400 |
Bad Request |
No Content |
401 |
Unauthorized |
No Content |
403 |
Forbidden, User is not allowed to update the activity record |
|
404 |
Not Found, Resource is not found |
No Content |
422 |
Unprocessable Entity |
|
503 |
Service Unavailable |
No Content |
2.2.7. Get sheet properties
GET /v1/display/{sheetid}/properties
Parameters
Type | Name | Description | Schema |
---|---|---|---|
Header |
Site-Id |
Represents the id of the site to connect to |
string |
Path |
sheetid |
Sheet Id |
integer (int64) |
Query |
GetOptions |
GetOptions |
integer (int64) |
Responses
HTTP Code | Description | Schema |
---|---|---|
200 |
OK |
|
401 |
Unauthorized |
No Content |
404 |
Not Found, Resource is not found |
No Content |
422 |
Unprocessable Entity |
No Content |
500 |
Internal Server Error |
2.2.8. Get sheet security access level
GET /v1/display/{sheetid}/security
Parameters
Type | Name | Description | Schema |
---|---|---|---|
Header |
Site-Id |
Represents the id of the site to connect to |
string |
Path |
sheetid |
Sheet Id |
integer (int64) |
Responses
HTTP Code | Description | Schema |
---|---|---|
200 |
Success |
integer (int32) |
400 |
Bad Request |
No Content |
401 |
Unauthorized |
No Content |
403 |
Forbidden, User is not allowed to update the activity record |
|
404 |
Not Found, Resource is not found |
No Content |
422 |
Unprocessable Entity |
|
503 |
Service Unavailable |
No Content |
2.2.9. Get sheet security info
GET /v1/display/{sheetid}/security-info
Parameters
Type | Name | Description | Schema |
---|---|---|---|
Header |
Site-Id |
Represents the id of the site to connect to |
string |
Path |
sheetid |
Sheet Id |
integer (int64) |
Query |
displayOptionCategoryId |
displayOptionCategoryId |
integer (int64) |
Responses
HTTP Code | Description | Schema |
---|---|---|
200 |
Success |
< SheetsSecurityInfo > array |
400 |
Bad Request |
No Content |
401 |
Unauthorized |
No Content |
403 |
Forbidden, User is not allowed to update the activity record |
|
404 |
Not Found, Resource is not found |
No Content |
422 |
Unprocessable Entity |
|
503 |
Service Unavailable |
No Content |
2.2.10. Get sheet event test data
GET /v1/display/{sheetid}/sheet-event-test-data
Parameters
Type | Name | Description | Schema | Default |
---|---|---|---|---|
Header |
Site-Id |
Represents the id of the site to connect to |
string |
|
Path |
sheetid |
Sheet Id |
integer (int64) |
|
Query |
decimalSep |
Decimal Separator |
string |
|
Query |
eventIds |
eventIds |
string |
Responses
HTTP Code | Description | Schema |
---|---|---|
200 |
Success |
< SheetVariableTestResult > array |
400 |
Bad Request |
No Content |
401 |
Unauthorized |
No Content |
403 |
Forbidden, User is not allowed to update the activity record |
|
404 |
Not Found, Resource is not found |
No Content |
422 |
Unprocessable Entity |
|
503 |
Service Unavailable |
No Content |
2.2.11. Get sheet variables test data
GET /v1/display/{sheetid}/sheet-variables-test-data
Parameters
Type | Name | Description | Schema | Default |
---|---|---|---|---|
Header |
Site-Id |
Represents the id of the site to connect to |
string |
|
Path |
sheetid |
Sheet Id |
integer (int64) |
|
Query |
decimalSep |
Decimal Separator |
string |
|
Query |
eventIds |
eventIds |
string |
|
Query |
startDate |
Start Date; example = 2022-08-03T10:50:17.717Z |
string |
|
Query |
variableIds |
Variable Id list; comma separated |
string |
Responses
HTTP Code | Description | Schema |
---|---|---|
200 |
Success |
< SheetVariableTestResult > array |
400 |
Bad Request |
No Content |
401 |
Unauthorized |
No Content |
403 |
Forbidden, User is not allowed to update the activity record |
|
404 |
Not Found, Resource is not found |
No Content |
422 |
Unprocessable Entity |
|
503 |
Service Unavailable |
No Content |
2.2.12. Get variables for a sheet
GET /v1/display/{sheetid}/variables
Parameters
Type | Name | Description | Schema | Default |
---|---|---|---|---|
Header |
Site-Id |
Represents the id of the site to connect to |
string |
|
Path |
sheetid |
Sheet Id |
integer (int64) |
|
Query |
page |
Page number to return 0 to N. |
integer (int32) |
|
Query |
size |
Number of resources to return per page. |
integer (int32) |
|
Responses
HTTP Code | Description | Schema |
---|---|---|
200 |
Success |
< SheetVariable > array |
400 |
Bad Request |
No Content |
401 |
Unauthorized |
No Content |
403 |
Forbidden, User is not allowed to update the activity record |
|
404 |
Not Found, Resource is not found |
No Content |
422 |
Unprocessable Entity |
|
503 |
Service Unavailable |
No Content |
2.2.13. Get variables count for a sheet
GET /v1/display/{sheetid}/variables/count
Parameters
Type | Name | Description | Schema |
---|---|---|---|
Header |
Site-Id |
Represents the id of the site to connect to |
string |
Path |
sheetid |
Sheet Id |
integer (int64) |
Responses
HTTP Code | Description | Schema |
---|---|---|
200 |
Success |
integer (int64) |
400 |
Bad Request |
No Content |
401 |
Unauthorized |
No Content |
403 |
Forbidden, User is not allowed to update the activity record |
|
404 |
Not Found, Resource is not found |
No Content |
422 |
Unprocessable Entity |
|
503 |
Service Unavailable |
No Content |
2.3. Event-details-controller
Event Details Controller
2.3.1. Get event details
GET /v1/eventDetails
Parameters
Type | Name | Description | Schema |
---|---|---|---|
Header |
Site-Id |
Represents the id of the site to connect to |
string |
Query |
eventId |
eventId |
integer (int64) |
Query |
eventType |
eventType |
integer (int64) |
Responses
HTTP Code | Description | Schema |
---|---|---|
200 |
OK |
|
401 |
Unauthorized |
No Content |
404 |
Not Found, Resource is not found |
No Content |
422 |
Unprocessable Entity |
No Content |
500 |
Internal Server Error |
2.3.2. deleting event details
DELETE /v1/eventDetails
Parameters
Type | Name | Description | Schema |
---|---|---|---|
Header |
Site-Id |
Represents the id of the site to connect to |
string |
Query |
eventId |
eventId |
integer (int64) |
Query |
eventType |
eventType |
integer (int64) |
Query |
resultOn |
resultOn |
string |
Query |
sheetId |
sheetId |
integer (int64) |
Responses
HTTP Code | Description | Schema |
---|---|---|
200 |
OK |
object |
401 |
Unauthorized |
No Content |
404 |
Not Found, Resource is not found |
No Content |
422 |
Unprocessable Entity |
No Content |
500 |
Internal Server Error |
2.3.3. Event Dimensions
PUT /v1/eventDetails/eventDimensions
Parameters
Type | Name | Description | Schema |
---|---|---|---|
Header |
Site-Id |
Represents the id of the site to connect to |
string |
Body |
eventDimensionDetails |
eventDimensionDetails |
Responses
HTTP Code | Description | Schema |
---|---|---|
200 |
OK |
|
400 |
Bad Request |
|
401 |
Unauthorized |
No Content |
404 |
Not Found, Resource is not found |
No Content |
422 |
Unprocessable Entity |
No Content |
500 |
Internal Server Error |
2.3.4. Get event history
GET /v1/eventDetails/history
Parameters
Type | Name | Description | Schema |
---|---|---|---|
Header |
Site-Id |
Represents the id of the site to connect to |
string |
Query |
eventId |
eventId |
integer (int64) |
Query |
eventType |
eventType |
integer (int64) |
Responses
HTTP Code | Description | Schema |
---|---|---|
200 |
OK |
|
401 |
Unauthorized |
No Content |
404 |
Not Found, Resource is not found |
No Content |
422 |
Unprocessable Entity |
No Content |
500 |
Internal Server Error |
2.4. Histogram-controller
Histogram Controller
2.4.1. Fetches histogram values for a product
GET /histogram-data/{variableId}/histogram
Parameters
Type | Name | Description | Schema |
---|---|---|---|
Header |
Site-Id |
Represents the id of the site to connect to |
string |
Path |
variableId |
variable id |
integer (int64) |
Query |
InTimeZone |
InTimeZone |
string |
Query |
endTime |
end time |
string |
Query |
sheetId |
sheet id |
integer (int64) |
Query |
startTime |
start time |
string |
Responses
HTTP Code | Description | Schema |
---|---|---|
200 |
OK |
< HistogramData > array |
401 |
Unauthorized |
No Content |
404 |
Not Found |
No Content |
422 |
Unprocessible Entity |
No Content |
500 |
Internal Server Error |
2.5. Tests-data-controller
Tests Data Controller
2.5.1. Create sheet variables test data
POST /v1/tests
Parameters
Type | Name | Description | Schema |
---|---|---|---|
Header |
Site-Id |
Represents the id of the site to connect to |
string |
Body |
testDataRequest |
testDataRequest |
Responses
HTTP Code | Description | Schema |
---|---|---|
200 |
Success |
|
400 |
Bad Request |
No Content |
401 |
Unauthorized |
No Content |
403 |
Forbidden, User is not allowed to update the activity record |
|
404 |
Not Found, Resource is not found |
No Content |
422 |
Unprocessable Entity |
|
503 |
Service Unavailable |
No Content |
2.5.2. Update sheet variables test data
PUT /v1/tests/{id}
Parameters
Type | Name | Description | Schema |
---|---|---|---|
Header |
Site-Id |
Represents the id of the site to connect to |
string |
Path |
id |
Test Id |
integer (int64) |
Body |
testDataRequest |
testDataRequest |
Responses
HTTP Code | Description | Schema |
---|---|---|
200 |
Success |
|
400 |
Bad Request |
No Content |
401 |
Unauthorized |
No Content |
403 |
Forbidden, User is not allowed to update the activity record |
|
404 |
Not Found, Resource is not found |
No Content |
422 |
Unprocessable Entity |
|
503 |
Service Unavailable |
No Content |
3. Definitions
3.2. EventDetails
Name | Description | Schema |
---|---|---|
acknowledge |
boolean |
|
actualProduct |
Unique identifier Actual Product |
integer (int64) |
actualProductCode |
Actual Product Code |
string |
appliedProduct |
Identifier for appliedProduct |
integer (int64) |
appliedProductCode |
Applied Product Code |
string |
approverReasonId |
Identifier for approverReasonId |
integer (int64) |
approverUserId |
Identifier for approverUserId |
integer (int64) |
commentId |
Identifier for commentId |
integer (int64) |
componentId |
Identifier for componentIdAcknowledge |
integer (int64) |
conformance |
Identifier for conformance |
integer (int64) |
eventId |
Identifier for eventId |
integer (int64) |
eventNum |
Identifier for eventNum |
string |
eventStatus |
Identifier for eventStatus |
integer (int64) |
eventStatusDesc |
Production Status Description or Event Status Description |
string |
puId |
Identifier for puId |
integer (int64) |
resultOn |
Identifier for resultOn |
string (date-time) |
sourceEventId |
Identifier for sourceEventId |
integer (int64) |
sourceEventNum |
Identifier for sourceEventNum |
string |
testingPercntgComplete |
Identifier for testingPercntgComplete |
integer (int64) |
testingStatus |
Identifier for testingStatus |
integer (int64) |
testsDetails |
< TestsDetails > array |
|
userReasonId |
Identifier for userReasonId |
integer (int64) |
userSignOffId |
Identifier for userSignOffId |
integer (int64) |
3.3. EventDetailsInfo
Name | Schema |
---|---|
actionLevel1 |
integer (int64) |
actionLevel2 |
integer (int64) |
actionLevel3 |
integer (int64) |
actionLevel4 |
integer (int64) |
actionName1 |
string |
actionName2 |
string |
actionName3 |
string |
actionName4 |
string |
appliedProduct |
string |
causeLevel1 |
integer (int64) |
causeLevel2 |
integer (int64) |
causeLevel3 |
integer (int64) |
causeLevel4 |
integer (int64) |
causeName1 |
string |
causeName2 |
string |
causeName3 |
string |
causeName4 |
string |
customerOrderNumber |
string |
description |
string |
detailsDuration |
string |
endTime |
string (date-time) |
eventId |
integer (int64) |
eventNum |
string |
eventStatus |
string |
eventType |
string |
finalDimensionA |
string |
finalDimensionX |
string |
finalDimensionY |
string |
finalDimensionZ |
string |
initialDimensionA |
string |
initialDimensionX |
string |
initialDimensionY |
string |
initialDimensionZ |
string |
originalProduct |
string |
patternCode |
string |
processOrder |
string |
productUnitId |
integer (int64) |
researchCloseDate |
string (date-time) |
researchOpenDate |
string (date-time) |
researchStatusDecription |
string |
startTime |
string (date-time) |
status |
string |
unitName |
string |
userDefinedEventId |
integer (int64) |
userName |
string |
3.4. EventDimensionDetails
Name | Schema |
---|---|
eventId |
integer (int64) |
finalDimA |
string |
finalDimX |
string |
finalDimY |
string |
finalDimZ |
string |
3.5. EventHistoryDetails
Name | Schema |
---|---|
dimensionA |
string |
dimensionX |
string |
dimensionY |
string |
dimensionZ |
string |
entryOn |
string (date-time) |
orderNumber |
string |
shipmntNumber |
string |
3.6. EventHistoryDto
Name | Schema |
---|---|
eventHistoryDetails |
< EventHistoryDetails > array |
eventHistoryInfo |
< EventHistoryInfo > array |
udeHistoryDetails |
< UdeHistoryDetails > array |
3.7. EventHistoryInfo
Name | Schema |
---|---|
appliedProduct |
string |
endTime |
string |
entryOn |
string (date-time) |
eventNum |
string |
originalProduct |
string |
status |
string |
userName |
string |
3.8. HistogramData
Name | Description | Schema |
---|---|---|
value |
Uniquee identifier for this value |
number (double) |
variableId |
Unique identifier for this productId |
integer (int64) |
3.10. Phrase
Name | Schema |
---|---|
active |
boolean |
changedDate |
string |
commentRequired |
boolean |
dataTypeId |
integer (int64) |
oldPhrase |
string |
phraseId |
integer (int64) |
phraseOrder |
integer (int64) |
phraseValue |
string |
3.11. RequestValidationErrorDetails
Error details for an HttpErrorResponse with an error code of RequestValidationError
Name | Description | Schema |
---|---|---|
validationErrors |
List of validation errors |
< ValidationError > array |
3.12. ResourceNotFoundErrorDetails
Error details for an HttpErrorResponse with an error code of ResourceNotFound
Name | Description | Schema |
---|---|---|
resourceId |
ID of the resource that was not found |
object |
resourceType |
Type of resource that was not found |
enum (DataEntryPlan) |
3.13. SheetEventDetails
Name | Description | Schema |
---|---|---|
acknowledge |
boolean |
|
actualProduct |
Unique identifier Actual Product |
integer (int64) |
actualProductCode |
Actual Product Code |
string |
appliedProduct |
Unique identifier for appliedProduct |
integer (int64) |
appliedProductCode |
Applied Product Code |
string |
approverReasonId |
Unique identifier for approverReasonId |
integer (int64) |
approverUserId |
Unique identifier for approverUserId |
integer (int64) |
commentId |
Unique identifier for commentId |
integer (int64) |
componentId |
Unique identifier for componentIdAcknowledge |
integer (int64) |
conformance |
Unique identifier for conformance |
integer (int64) |
eventId |
Unique identifier for eventId |
integer (int64) |
eventNum |
Unique identifier for eventNum |
string |
eventStatus |
Unique identifier for eventStatus |
integer (int64) |
eventStatusDesc |
Production Status Description or Event Status Description |
string |
puId |
Unique identifier for puId |
integer (int64) |
resultOn |
Unique identifier for resultOn |
string (date-time) |
sourceEventId |
Unique identifier for sourceEventId |
integer (int64) |
sourceEventNum |
Unique identifier for sourceEventNum |
string |
testingPercntgComplete |
Unique identifier for testingPercntgComplete |
integer (int64) |
testingStatus |
Unique identifier for testingStatus |
integer (int64) |
userReasonId |
Unique identifier for userReasonId |
integer (int64) |
userSignOffId |
Unique identifier for userSignOffId |
integer (int64) |
3.14. SheetEventInfo
Name | Description | Schema |
---|---|---|
acknowledge |
boolean |
|
actualProduct |
Unique identifier Actual Product |
integer (int64) |
actualProductCode |
Actual Product Code |
string |
appliedProduct |
Unique identifier for appliedProduct |
integer (int64) |
appliedProductCode |
Applied Product Code |
string |
approverReasonId |
Unique identifier for approverReasonId |
integer (int64) |
approverUserId |
Unique identifier for approverUserId |
integer (int64) |
commentId |
Unique identifier for commentId |
integer (int64) |
componentId |
Unique identifier for componentIdAcknowledge |
integer (int64) |
conformance |
Unique identifier for conformance |
integer (int64) |
eventId |
Unique identifier for eventId |
integer (int64) |
eventNum |
Unique identifier for eventNum |
string |
eventStatus |
Unique identifier for eventStatus |
integer (int64) |
eventStatusDesc |
Production Status Description or Event Status Description |
string |
puId |
Unique identifier for puId |
integer (int64) |
resultOn |
Unique identifier for resultOn |
string (date-time) |
sourceEventId |
Unique identifier for sourceEventId |
integer (int64) |
sourceEventNum |
Unique identifier for sourceEventNum |
string |
testingPercntgComplete |
Unique identifier for testingPercntgComplete |
integer (int64) |
testingStatus |
Unique identifier for testingStatus |
integer (int64) |
userReasonId |
Unique identifier for userReasonId |
integer (int64) |
userSignOffId |
Unique identifier for userSignOffId |
integer (int64) |
3.15. SheetInfo
Name | Schema |
---|---|
active |
boolean |
deptDesc |
string |
deptId |
integer (int64) |
eventSubTypeDesc |
string |
eventSubtypeId |
integer (int64) |
eventType |
integer (int64) |
eventTypeDesc |
string |
lineDesc |
string |
lineId |
integer (int64) |
masterUnit |
integer (int64) |
productionUnit |
integer (int64) |
sheetDesc |
string |
sheetGroupDesc |
string |
sheetGroupId |
integer (int64) |
sheetId |
integer (int64) |
sheetSecurityGroupId |
string |
sheetType |
integer (int64) |
sheetTypeDesc |
string |
unitDesc |
string |
unitId |
integer (int64) |
3.16. SheetProperties
Name | Schema |
---|---|
columnHeaders |
integer (int64) |
columnNumbering |
integer (int64) |
eventPrompt |
string |
eventSubtypeId |
integer (int64) |
eventType |
integer (int64) |
initalCount |
integer (int64) |
interval |
integer (int64) |
intervalOffset |
integer (int64) |
isActive |
boolean |
masterUnit |
integer (int64) |
maximumCount |
integer (int64) |
rowHeaders |
integer (int64) |
rowNumbering |
integer (int64) |
serverName |
string |
sheetDescription |
string |
sheetId |
integer (int64) |
sheetType |
string |
sheetTypeId |
integer (int64) |
3.17. SheetVariable
Name | Schema |
---|---|
dataTypeDesc |
string |
dataTypeId |
integer (int64) |
dsdesc |
string |
editable |
boolean |
engUnits |
string |
esignatureLevel |
integer (int32) |
eventTypeDesc |
string |
eventTypeId |
integer (int64) |
externalLink |
string |
forceSignEntry |
string |
groupId |
integer (int64) |
inputTag |
string |
isactive |
boolean |
iscalculation |
boolean |
lineComment |
string |
masterUnit |
integer (int64) |
outputTag |
string |
parentLineDesc |
string |
parentLineId |
integer (int64) |
parentUnitDesc |
string |
parentUnitId |
integer (int64) |
parentVariable |
integer (int64) |
parentVariableDesc |
string |
plDesc |
string |
plid |
integer (int64) |
puDesc |
string |
puid |
integer (int64) |
said |
integer (int64) |
samplingInterval |
integer (int64) |
samplingType |
integer (int64) |
samplingTypeDesc |
string |
spcCalculationTypeId |
integer (int64) |
specComment |
string |
specCount |
integer (int64) |
specDesc |
string |
specId |
integer (int64) |
stringSpecificationSetting |
string |
title |
string |
unitComment |
string |
userDefinedDataType |
boolean |
varComment |
string |
varDesc |
string |
varId |
integer (int64) |
varOrder |
integer (int64) |
varPrecision |
integer (int64) |
writeAccess |
integer (int64) |
3.18. SheetVariableTestResult
Name | Schema |
---|---|
ack |
boolean |
alarmDesc |
string |
alarmEndTime |
string (date-time) |
alarmId |
integer (int64) |
alarmPriorityDesc |
string |
alarmPriorityId |
integer (int64) |
alarmStartTime |
string (date-time) |
arrayId |
integer (int64) |
canceled |
boolean |
commentId |
integer (int64) |
entryBy |
integer (int64) |
entryOn |
string (date-time) |
esignatureLevel |
integer (int32) |
eventId |
integer (int64) |
hasHistory |
boolean |
locked |
boolean |
lowerControl |
string |
lowerEntry |
string |
lowerReject |
string |
lowerUser |
string |
lowerWarning |
string |
prodId |
integer (int64) |
puid |
integer (int64) |
result |
string |
resultOn |
string (date-time) |
target |
string |
testFrequency |
integer (int64) |
testId |
integer (int64) |
upperControl |
string |
upperEntry |
string |
upperReject |
string |
upperUser |
string |
upperWarning |
string |
varId |
integer (int64) |
varMandatory |
boolean |
3.19. SheetsSecurityInfo
Name | Schema |
---|---|
displayOptionAccessId |
string |
displayOptionCategoryDesc |
string |
displayOptionDesc |
string |
displayOptionId |
integer (int64) |
displayOptionLongDesc |
string |
displayOptionMax |
integer (int64) |
displayOptionMin |
integer (int64) |
displayOptionRequired |
boolean |
esignature |
boolean |
fieldTypeDesc |
string |
fieldTypeId |
integer (int64) |
spLookup |
string |
storeId |
integer (int64) |
value |
string |
3.20. TestsDataRequest
Name | Schema |
---|---|
commentId |
integer (int64) |
eventId |
integer (int64) |
result |
string |
resultOn |
string |
varId |
integer (int64) |
3.21. TestsDataResponse
Name | Schema |
---|---|
cancelled |
boolean |
commentId |
integer (int64) |
eventId |
integer (int64) |
result |
string |
resultOn |
string |
testId |
integer (int64) |
varId |
integer (int64) |
3.22. TestsDetails
Name | Schema |
---|---|
ack |
boolean |
alarmDesc |
string |
alarmEndTime |
string (date-time) |
alarmId |
integer (int64) |
alarmPriorityDesc |
string |
alarmPriorityId |
integer (int64) |
alarmStartTime |
string (date-time) |
arrayId |
integer (int64) |
canceled |
boolean |
commentId |
integer (int64) |
entryBy |
integer (int64) |
entryOn |
string (date-time) |
esignatureLevel |
integer (int32) |
eventId |
integer (int64) |
hasHistory |
boolean |
locked |
boolean |
lowerControl |
string |
lowerEntry |
string |
lowerReject |
string |
lowerUser |
string |
lowerWarning |
string |
prodId |
integer (int64) |
puid |
integer (int64) |
result |
string |
resultOn |
string (date-time) |
target |
string |
testFrequency |
integer (int64) |
testId |
integer (int64) |
upperControl |
string |
upperEntry |
string |
upperReject |
string |
upperUser |
string |
upperWarning |
string |
varId |
integer (int64) |
varMandatory |
boolean |
3.23. UdeHistoryDetails
Name | Schema |
---|---|
detailDuraion |
string |
endTime |
string (date-time) |
eventType |
string |
productUnitDescription |
string |
startTime |
string (date-time) |
status |
string |
userDefinedEventDescription |
string |
userDefinedEventId |
integer (int64) |
userId |
integer (int64) |
3.24. UniqueConstraintViolationErrorDetails
Error details for an HttpErrorResponse with an error code of UniqueConstraintViolation
Name | Description | Schema |
---|---|---|
violatingProperties |
List of properties involved in the constraint violation |
< ViolatingProperty > array |
3.25. ValidationError
Error indicating a validation rule has been violated
Name | Description | Schema |
---|---|---|
message |
Validation error message |
string |
propertyName |
Name of the property that violated the validation rule |
string |
propertyValue |
Value of the property that violated the validation rule |
object |
ruleName |
Name of the validation rule that was violated |
string |
3.26. ValidationErrorDetails
Error details for an HttpErrorResponse with an error code of ValidationError
Name | Description | Schema |
---|---|---|
validationErrors |
List of validation errors |
< ValidationError > array |
4. Security
4.1. access_token
Type : oauth2
Flow : accessCode
Token URL : https://10.181.212.187/uaa/oauth/authorize
Token URL : https://10.181.212.187/uaa/oauth/token
Name | Description |
---|---|
default |
Default oauth2 scope. |
4.2. resource_owner
Type : oauth2
Flow : password
Token URL : https://10.181.212.187/uaa/oauth/token
Name | Description |
---|---|
default |
Default oauth2 scope. |
4.3. implicit_grant
Type : oauth2
Flow : implicit
Token URL : https://10.181.212.187/uaa/oauth/authorize
Name | Description |
---|---|
default |
Default oauth2 scope. |
4.4. client_creds
Type : oauth2
Flow : application
Token URL : https://10.181.212.187/uaa/oauth/token
Name | Description |
---|---|
default |
Default oauth2 scope. |