Discussions

Ask a Question

API for batch updating Assets

Hi, I would appreciate it if there is any API that allows for batch updating of Assets.
ANSWERED

I would need fetch All facilities.

I would appreciate if there is any APi that will give me all facilities/location available. I can see only short location which is not what I am looking for. I am looking for all the location ids registered.
ANSWERED

I would need fetch All facilities.

I would appreciate if there is any APi that will give me all facilities/location available. I can see only short location which is not what I am looking for. I am looking for all the location ids registered.
ANSWERED

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?
ANSWERED

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?
ANSWERED

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?
ANSWERED

Need help identifying API Endpoints from API Reference.

Hello, We are trying to identify endpoints to use for our usecase which simply creates a work order: 1. For a given user/employee, we want to identify user's work location (Critical Site or Corporate). Which APi endpoint should we use? 2. After user/employee confirms, we want to show them floors, locations, Isse List in dropdown format. How can we get all this information by user/employee? 3. How to check if similar work order exist (without work order number). Is there a way to query WO API with name? or Floor? We tried searching it here: <https://developer.corrigo.com/reference/sample-entities> and looked a recepie as well, but were not able to find for above. Any help in right direction would be appreciated. Thank you
ANSWERED

Invoice Amount coming in as "None

We have succesfully connected to the Invoice end point in Corrigo but we aren't receiving any values for the total amount. Can you please assist us with pulling this data properly? ![](https://files.readme.io/702459e-image.png)
ANSWERED

Print Templates

Im working an a more comprehensive estimate print template. I want to pull in custom fields labeled, Task 1, Task 2, and Task 3. <br /> Basically I need help pulling in those custom fields, the commands I use keep breaking the print template. The goal is to get is to look like: QPS (Task 1) • Scope of Work: o All Wallboard to be 5/8'' Type X with Level 4 finish U.N.O o Level 3 tape finish at wall with millwork, wood and tile finishes o All Wallboard to be 5/8'' Type with Level 4 finish U.N.O o Drywall replacement and tape/finish up to 4' AFF o Re-install Fire Caulking and Insulation o Patch & repair wall and multiple layers within for Area #2 o Bottom of wall fire caulking at fire rated partitions where required ISEC (Task 2 custom field) • Scope of Work: o Play area wall panel removal and re-installation. thanks!
ANSWERED

Orphaned Assets

Hi, When I look at the Location entity in Data Model of Entities, I see a boolean value called "Orphan". According to the Data Model of Entities, having the Boolean value "Orphan" True indicates that the asset is orphaned. I'd like to understand what the Orphan property in the Location entity means. Additionally, I want to know if it has anything to do with workzone. Information about it would be greatly appreciated. Thank you. Below is a return from the GET Location API with an orphan field. { "Entities": [ { "Data": { "Name": "Too Cold", "ModelId": 4784, "Orphan": true, "TypeId": "Regular", "ParentId": 0, "RootId": 0, "IsTemplate": false, "IsOffline": true, "IsLocked": false, "IsRestricted": false, "IsDirectParts": false, "IncludeNonControllableExpenses": false, "CriticalFacilities": "Inherit", "Id": 1246831 } } ] }