API Service Catalog

This page includes commonly requested API calls to AiM.

Property

Description API Call Notes
Active Campuses
https://uconnapp.assetworks.com:6443/fmax/api/v3/iq-reports/custom-resource?fields=multitenantId,facId,description&tableName=AeBFacE&active=Y&rowLimit=100
Returns all active campuses
Active Buildings by Campus
https://uconnapp.assetworks.com:6443/fmax/api/v3/iq-reports/custom-resource?fields=multitenantId,facId,bldg,description,bldgStatus&tableName=AeSBldC&bldgStatus=IN SERVICE,NOT IN SERVICE,RENOVATION,UNINHABITABLE&facId=01&sortOrder=ascending&sortBy=bldg&rowLimit=1000
Returns all active buildings for the given campus (facId)

To return all active buildings across all campuses, remove parameter “facId=” and its associated value.

Active Floors by Building
https://uconnapp.assetworks.com:6443/fmax/api/v3/iq-reports/custom-resource?fields=multitenantId,facId,bldg,flrId,description&tableName=AeSFlrD&activeYn=Y&bldg=0004&sortOrder=ascending&sortBy=flrId&rowLimit=100
Returns all active floors for the given building (bldg)
Active Rooms by Building
https://uconnapp.assetworks.com:6443/fmax/api/v3/iq-reports/custom-resource?fields=multitenantId,facId,bldg,flrId,locationCode,description,locStatus,locType,dept,ocCode,grossSqft&tableName=AeBLocD&bldg=0004&locStatus=IN SERVICE,NOT IN SERVICE,RENOVATION,UNINHABITABLE&sortOrder=ascending&sortBy=flrId,locationCode&rowLimit=1000
Returns all active floors for the given building (bldg)

 

Assets

Description API Call Notes
Asset by Asset Tag
https://uconnapp.assetworks.com:6443/fmax/api/v3/iq-reports/custom-resource?fields=assetTag,description,serialNo,manufactureCode,manuPartNumber,assetType,assetGroup,bldg,locationCode&tableName=AeAAssetE&statusCode=Active&assetTag=UCONN-0029764
Returns a single asset for the given asset tag (assetTag)
Assets by Building
https://uconnapp.assetworks.com:6443/fmax/api/v3/iq-reports/custom-resource?fields=assetTag,description,serialNo,manufactureCode,manuPartNumber,assetType,assetGroup,bldg,locationCode&tableName=AeAAssetE&statusCode=Active&bldg=0004
Returns all active assets for a given building (bldg)
Assets by Building & Room
https://uconnapp.assetworks.com:6443/fmax/api/v3/iq-reports/custom-resource?fields=assetTag,description,serialNo,manufactureCode,manuPartNumber,assetType,assetGroup,bldg,locationCode&tableName=AeAAssetE&statusCode=Active&bldg=0004&locationCode=103
Returns all active assets for a given building (bldg) and room (locationCode)
Assets by Asset Type
https://uconnapp.assetworks.com:6443/fmax/api/v3/iq-reports/custom-resource?fields=assetTag,description,serialNo,manufactureCode,manuPartNumber,assetType,assetGroup,bldg,locationCode&tableName=AeAAssetE&statusCode=Active&assetType=SERIALIZED&rowLimit=100
Returns all active assets for a given asset type (assetType)
Assets by Asset Group
https://uconnapp.assetworks.com:6443/fmax/api/v3/iq-reports/custom-resource?fields=assetTag,description,serialNo,manufactureCode,manuPartNumber,assetType,assetGroup,bldg,locationCode&tableName=AeAAssetE&statusCode=Active&assetGroup=D3023&rowLimit=100
Returns all active assets for a given asset group (assetGroup)

 

Work Management

Description API Call Notes
Work Order (Single)
https://uconnapp.assetworks.com:6443/fmax/api/v3/iq-reports/custom-resource?fields=proposal,description,statusCode,facId,bldg,category,orderType&tableName=AePProE&proposal=171111-001079
Returns a single Work Order for the given number (proposal)
Phases by Work Order
https://uconnapp.assetworks.com:6443/fmax/api/v3/iq-reports/custom-resource?fields=proposal,description,statusCode,facId,bldg,category,orderType&tableName=AePPhsE&proposal=171111-001079
Returns all phases for the given Work Order number (proposal)
Active Work Orders by Shop
https://uconnapp.assetworks.com:6443/fmax/api/v3/iq-reports/custom-resource?fields=proposal,description,statusCode,facId,bldg,category,orderType&tableName=AePProE&statusCode=OPEN,HOLD,REOPENED&shop=ELECTRICAL&rowLimit=100
Returns all active Work Orders for the given shop
Active Phases by Shop
https://uconnapp.assetworks.com:6443/fmax/api/v3/iq-reports/custom-resource?fields=proposal,description,statusCode,facId,bldg,category,orderType&tableName=AePPhsE&statusCode=ACTIVE,OPEN,ON HOLD,SCHEDULED,ASSIGNED,AWAITING PARTS,DELIVERED,WORK COMPLETE,FINANCIAL CLOSEOUT&shop=ELECTRICAL&rowLimit=100
Returns all active Phases for the given shop
Count of Active Work Orders by Shop
https://uconnapp.assetworks.com:6443/fmax/api/v3/iq-reports/custom-resource?tableName=AePProE&statusCode=OPEN,HOLD,REOPENED&groupBy=shop&aggregation=COUNT
Returns a count of all active Work Orders for the given shop
Count of Active Phases by Shop
https://uconnapp.assetworks.com:6443/fmax/api/v3/iq-reports/custom-resource?tableName=AePPhsE&statusCode=ACTIVE,OPEN,ON HOLD,SCHEDULED,ASSIGNED,AWAITING PARTS,DELIVERED,WORK COMPLETE,FINANCIAL CLOSEOUT&groupBy=shop&aggregation=COUNT
Returns a count of all active Phases for the given shop
Work Orders Created in Current Month
https://uconnapp.assetworks.com:6443/fmax/api/v3/iq-reports/custom-resource?tableName=AePProE&date=entDate&timePeriod=CM
Returns all Work Orders created within the current month
Phases Created in Current Month
https://uconnapp.assetworks.com:6443/fmax/api/v3/iq-reports/custom-resource?tableName=AePPhsE&date=entDate&timePeriod=CM
Returns all Phases created within the current month