Discussions
Linking custom fields to entities
Hi,
Need API details for WO Filter
Could you please tell us how can we get WOs in Open Emergency and Attention needed state?
Message Command
curl --location 'https://am-ce98c.corrigo.com/api/v1/cmd/WoMessageCommand'
--header 'CompanyName: RDC CE Sandbox'
--data '{
"Command": {
"WorkOrderId": 388143,
"SenderId": 1,
"SenderType": "Employee",
"Comment":"Test_Perfect"
},
"RequestId": "1234"
}
'
Amazon S3 credentials for integrated third party applications
We were able to successfully connect our third party application through the provided Corrigo APIs. We succsfully pulled in asset data but we cant retrieve any documents on these assets. Corrigo stores these files in a separate amazon s3 warehouse, and when we try to connect it says we have invalid credentials.
Service Hours (Custom field) location
Hi All,
Can Conditional PM Procedure Steps be used when creating PM work orders
HI,
How to show location specific information via API?
For an employee in critical/corporate location, we want to show them floors, locations, Isse List in dropdown format. How can we get all this information by user/employee?
How to check if similar work order exist (without work order number). Is there a way to query WO API with name? or Floor?
Need APi info for getting Status date for partiular work order.
I am trying to fetch work order api details by work order id[API https://am-ce98c.corrigo.com/api/v1/base/WorkOrder?ID=500]. The issue I am facing here is I am getting current status data but I want to know when the particular work order has been put to the current status. COuld you please help me know how we can get the status date?
Schedule details for Creating WO
Need details for Schedule, What we can add it in request body while creating a WO if we selected "Call first" option for Schedule.
API to fetch Floor, Location & IsseList information for Customer
Is there any API to fetch Floor, Location & IsseList information for Customer either by using the CustomerID or the WorkZoneID?