32 lines
		
	
	
		
			721 B
		
	
	
	
		
			HTTP
		
	
	
	
	
	
			
		
		
	
	
			32 lines
		
	
	
		
			721 B
		
	
	
	
		
			HTTP
		
	
	
	
	
	
| @host = https://eaf-dev.mes.infineon.com
 | |
| @page = api/v1/ado/
 | |
| 
 | |
| ### 
 | |
| 
 | |
| GET {{host}}/api/v1/ado?id=null&machineId=na&page=business&sessionId=035f3090-2e4d-4b2e-a254-081561c0d438&site=MES&time=1744652058982&username=anonymous&value=null
 | |
| # https://eaf-dev.mes.infineon.com/api/v1/ado/?id=null&
 | |
| # machineId=na&
 | |
| # page=business&
 | |
| # sessionId=035f3090-2e4d-4b2e-a254-081561c0d438&
 | |
| # site=MES&
 | |
| # time=1744652058982&
 | |
| # username=anonymous&
 | |
| # value=null
 | |
| 
 | |
| ###
 | |
| 
 | |
| POST {{host}}/{{page}}/
 | |
| Accept: application/json
 | |
| 
 | |
| {
 | |
|     "id": "110738",
 | |
|     "machineId": "30ef1b54e075c5370ce74eea2042cb750be659696b170f8758d219a8f9a88e10",
 | |
|     "page": "time",
 | |
|     "site": "MES",
 | |
|     "time": "1744339499677",
 | |
|     "username": "phares",
 | |
|     "value": "3"
 | |
| }
 | |
| 
 | |
| ###
 |