Harshit S
1/11/24, 10:47:13 AM EST
Hi Christobal, let me know if you will be available to discuss Electron JS project.
Christopher B
1/23/24, 12:16:40 PM EST
Hello, the other meeting is running over. Let me send you a link to it
Christopher B
1/23/24, 12:40:58 PM EST
Call JSON to get pending Orders
Loop the order to download them
Cristobal M
1/24/24, 11:20:32 AM EST
Hello Harshit, yes I was trying to join one of the zoom links but they are in some other calls I guess
Christopher B
1/24/24, 11:54:01 AM EST
/finder/mediadb/services/module/order/search{
"page": "1",
"hitsperpage": "20",
"query": {
"terms": [
{
"field": "ordertype",
"operator": "exact",
"value": "download"
},
{
"field": "desktopid",
"operator": "exact",
"value": "MacOS123"
}
]
}
}
Cristobal M
1/24/24, 11:57:52 AM EST
Christopher B
2/2/24, 12:21:55 PM EST
Change Download links to be orders
Add total size
Add desktopid to the orders
API to send us the save location for this order
Include save location in API
Add Open Icon to open download area
Add API to send back download details. MB downloaded
Christopher B
2/6/24, 10:08:56 AM EST
<endpoint id="updateorderitemstatus" name="[[Update Order Item Status]]" url="/${applicationid}/services/module/order/updateorderitemstatus"
docsection="moduleorder" caption="[[Set the status of a pending order item for uploads]]" httpmethod="POST">
<samplerequest><![CDATA[{
"orderitemid":"ertFGErre3234","downloaditemstatus": "inprogress" ,"downloaditemdownloadedfilesize":"4323345"}]]></samplerequest>
</endpoint>