32 lines
544 B
HTTP
32 lines
544 B
HTTP
@host = https://eaf-dev.mes.infineon.com
|
|
@page = api/v1/ado/
|
|
|
|
POST {{host}}/{{page}}/
|
|
Accept: application/json
|
|
|
|
{
|
|
"id": "110738",
|
|
"machineId": "30ef1b54e075c5370ce74eea2042cb750be659696b170f8758d219a8f9a88e10",
|
|
"page": "time",
|
|
"site": "MES",
|
|
"time": "1744339499677",
|
|
"username": "phares",
|
|
"value": "3"
|
|
}
|
|
###
|
|
|
|
GET {{host}}/{{page}}/
|
|
Accept: application/json
|
|
|
|
{
|
|
"id": 109736,
|
|
"machineId": "",
|
|
"page": "risk",
|
|
"site": "MES",
|
|
"time": 1744335005066,
|
|
"username": "phares",
|
|
"value": "2"
|
|
}
|
|
|
|
###
|