FieldEx Developer
developer notes

Get All Assets by Bin ID

Retrieve a comprehensive list of assets associated with a specific bin by utilizing the GET method. This API, allows users to access detailed information about assets stored in a particular bin.

Method Endpoint
GET {{endpoint}}/api/ext/bins/inventory-details/{id}

Headers

Key Value
Content-Type application/json
Authorization Bearer{{token}}

Example Response

// 200 Response Code
{
    "id": 1,
    "shortCode": Bin A,
    "displayName": Bin A,
    "wareHouseLocation": {
        "id": 1,
        "name": Loc A,
        "shortCode": Loc A,
        "address": Suria KLCC, 241, Menara Berkembar Petronas, Kuala Lumpur City Centre, 50088 Kuala Lumpur, Wilayah Persekutuan Kuala Lumpur, Malaysia,
        "locationNumber": LOC-000001,
        "externalId": null,
        "storeManager": {
            "id": 1,
            "firstName": Test,
            "superVisorName": null,
            "userType": null,
            "imageUrl": null,
            "fullName": Test User MS 123
        },
        "userGroup": null
    },
  
    "zone": {
        "id": 1,
        "name": Zone A,
        "displayName": Loc A-Zone A,
        "shortCode": Zone A,
        "zoneNumber": ZO-000001,
        "wareHouseLocationNumber": LOC-000001,
        "wareHouseLocationShortCode": Loc A,
        "externalId": null,
        "storeManager": {
            "id": 1,
            "firstName": Test,
            "superVisorName": null,
            "userType": null,
            "imageUrl": null,
            "fullName": Test User MS 123
        },
        "userGroup": null
    },
    "user": null,
    "createdByUser": {
          "id": 1,
          "firstName": Test,
          "lastName": User MS 123,
          "fullName": Test User MS 123,
          "email": preeti@fieldex.com,
          "imageUrl": null,
          "phone": 1137240378,
          "locationLattitude": 28.22806,
          "locationLongitude": 84.002,
          "skillDescription": null,
          "maxShiftHourType": DAY,
          "maxShiftHousrsPerDay": 8.0,
          "shiftWorking": 0,
          "userType": null,
          "login": load.test1@trial.custella.com,
          "timezone": Asia/Kuala_Lumpur,
          "userDomain": null,
          "notifyManager": null,
          "employeeNo": null,
          "status": ACTIVE,
          "online": false
    },
    "lastModifiedByUser": {
          "id": 3,
          "firstName": Technician,
          "lastName": User,
          "fullName": Technician User,
          "email": preeti@fieldex.com,
          "imageUrl": null,
          "phone": 0122468589,
          "locationLattitude": 7.2577524,
          "locationLongitude": 80.445915,
          "skillDescription": null,
          "maxShiftHourType": DAY,
          "maxShiftHousrsPerDay": 8.0,
          "shiftWorking": 0,
          "userType": null,
          "login": load.tech1@trial.custella.com,
          "timezone": Asia/Kuala_Lumpur,
          "userDomain": null,
          "notifyManager": null,
          "employeeNo": null,
          "status": ACTIVE,
          "online": true
    },
    "createdDate": 2023-05-12T13:13:25Z,
    "lastModifiedDate": 2023-11-23T07:26:16Z
    "relatedInventories": [
        {
            "id": 2,
            "inventoryNumber": I-000002,
            "qty": 6,
            "reOrderPoint": null,
            "underStock": null,
            "notes": null,
            "productName": Product 1,
            "productSku": PKU,
            "assetsName": null,
            "bin": {
                "id": 1,
                "name": Bin A,
                "displayName": Bin A,
                "shortCode": Bin A,
                "binNumber": BI-000001,
                "zoneId": 1,
                "zoneNumber": ZO-000001,
                "zoneShortCode": Zone A,
                "user": null,
                "wareHouseLocationId": 1,
                "wareHouseLocationNumber": LOC-000001,
                "wareHouseLocationShortCode": Loc A,
                "qty": null,
                "externalId": null
            },
            "zone": {
                "id": 1,
                "name": Zone A,
                "displayName": Loc A-Zone A,
                "shortCode": Zone A,
                "zoneNumber": ZO-000001,
                "wareHouseLocationNumber": LOC-000001,
                "wareHouseLocationShortCode": Loc A,
                "externalId": null,
                "storeManager": {
                    "id": 1,
                    "firstName": Test,
                    "superVisorName": null,
                    "userType": null,
                    "imageUrl": null,
                    "fullName": Test User MS 123
                },
                "userGroup": null
            },
            "productMeasureUnitName": null,
            "wareHouseLocation": {
                "id": 1,
                "name": Loc A,
                "shortCode": Loc A,
                "address": Suria KLCC, 241, Menara Berkembar Petronas, Kuala Lumpur City Centre, 50088 Kuala Lumpur, Wilayah Persekutuan Kuala Lumpur, Malaysia,
                "locationNumber": LOC-000001,
                "externalId": null,
                "storeManager": {
                    "id": 1,
                    "firstName": Test,
                    "superVisorName": null,
                    "userType": null,
                    "imageUrl": null,
                    "fullName": Test User MS 123
                },
                "userGroup": null
            },
            "combinationName": LOC-000001-ZO-000001-BI-000001,
            "user": null,
            "productId": 1,
            "assetsId": null
        },
        {
            "id": 4,
            "inventoryNumber": I-000004,
            "qty": 1,
            "reOrderPoint": null,
            "underStock": null,
            "notes": null,
            "productName": null,
            "productSku": null,
            "assetsName": Asset Load,
            "bin": {
                "id": 1,
                "name": Bin A,
                "displayName": Bin A,
                "shortCode": Bin A,
                "binNumber": BI-000001,
                "zoneId": 1,
                "zoneNumber": ZO-000001,
                "zoneShortCode": Zone A,
                "user": null,
                "wareHouseLocationId": 1,
                "wareHouseLocationNumber": LOC-000001,
                "wareHouseLocationShortCode": Loc A,
                "qty": null,
                "externalId": null
            },
            "zone": {
                "id": 1,
                "name": Zone A,
                "displayName": Loc A-Zone A,
                "shortCode": Zone A,
                "zoneNumber": ZO-000001,
                "wareHouseLocationNumber": LOC-000001,
                "wareHouseLocationShortCode": Loc A,
                "externalId": null,
                "storeManager": {
                    "id": 1,
                    "firstName": Test,
                    "superVisorName": null,
                    "userType": null,
                    "imageUrl": null,
                    "fullName": Test User MS 123
                },
                "userGroup": null
            },
            "productMeasureUnitName": null,
            "wareHouseLocation": {
                "id": 1,
                "name": Loc A,
                "shortCode": Loc A,
                "address": Suria KLCC, 241, Menara Berkembar Petronas, Kuala Lumpur City Centre, 50088 Kuala Lumpur, Wilayah Persekutuan Kuala Lumpur, Malaysia,
                "locationNumber": LOC-000001,
                "externalId": null,
                "storeManager": {
                    "id": 1,
                    "firstName": Test,
                    "superVisorName": null,
                    "userType": null,
                    "imageUrl": null,
                    "fullName": Test User MS 123
                },
                "userGroup": null
            },
            "combinationName": LOC-000001-ZO-000001-BI-000001,
            "user": null,
            "productId": null,
            "assetsId": 5
        },
        {
            "id": 5,
            "inventoryNumber": I-000005,
            "qty": 1,
            "reOrderPoint": null,
            "underStock": null,
            "notes": null,
            "productName": null,
            "productSku": null,
            "assetsName": sa test,
            "bin": {
                "id": 1,
                "name": Bin A,
                "displayName": Bin A,
                "shortCode": Bin A,
                "binNumber": BI-000001,
                "zoneId": 1,
                "zoneNumber": ZO-000001,
                "zoneShortCode": Zone A,
                "user": null,
                "wareHouseLocationId": 1,
                "wareHouseLocationNumber": LOC-000001,
                "wareHouseLocationShortCode": Loc A,
                "qty": null,
                "externalId": null
            },
            "zone": {
                "id": 1,
                "name": Zone A,
                "displayName": Loc A-Zone A,
                "shortCode": Zone A,
                "zoneNumber": ZO-000001,
                "wareHouseLocationNumber": LOC-000001,
                "wareHouseLocationShortCode": Loc A,
                "externalId": null,
                "storeManager": {
                    "id": 1,
                    "firstName": Test,
                    "superVisorName": null,
                    "userType": null,
                    "imageUrl": null,
                    "fullName": Test User MS 123
                },
                "userGroup": null
            },
            "productMeasureUnitName": null,
            "wareHouseLocation": {
                "id": 1,
                "name": Loc A,
                "shortCode": Loc A,
                "address": Suria KLCC, 241, Menara Berkembar Petronas, Kuala Lumpur City Centre, 50088 Kuala Lumpur, Wilayah Persekutuan Kuala Lumpur, Malaysia,
                "locationNumber": LOC-000001,
                "externalId": null,
                "storeManager": {
                    "id": 1,
                    "firstName": Test,
                    "superVisorName": null,
                    "userType": null,
                    "imageUrl": null,
                    "fullName": Test User MS 123
                },
                "userGroup": null
            },
            "combinationName": LOC-000001-ZO-000001-BI-000001,
            "user": null,
            "productId": null,
            "assetsId": 1
          },
          {
            "id": 7,
            "inventoryNumber": I-000007,
            "qty": 4,
            "reOrderPoint": null,
            "underStock": null,
            "notes": null,
            "productName": Product Test,
            "productSku": PRO-123,
            "assetsName": null,
            "bin": {
                "id": 1,
                "name": Bin A,
                "displayName": Bin A,
                "shortCode": Bin A,
                "binNumber": BI-000001,
                "zoneId": 1,
                "zoneNumber": ZO-000001,
                "zoneShortCode": Zone A,
                "user": null,
                "wareHouseLocationId": 1,
                "wareHouseLocationNumber": LOC-000001,
                "wareHouseLocationShortCode": Loc A,
                "qty": null,
                "externalId": null
            },
            "zone": {
                "id": 1,
                "name": Zone A,
                "displayName": Loc A-Zone A,
                "shortCode": Zone A,
                "zoneNumber": ZO-000001,
                "wareHouseLocationNumber": LOC-000001,
                "wareHouseLocationShortCode": Loc A,
                "externalId": null,
                "storeManager": {
                    "id": 1,
                    "firstName": Test,
                    "superVisorName": null,
                    "userType": null,
                    "imageUrl": null,
                    "fullName": Test User MS 123
                },
                "userGroup": null
            },
            "productMeasureUnitName": null,
            "wareHouseLocation": {
                "id": 1,
                "name": Zone A,
                "displayName": Loc A-Zone A,
                "shortCode": Zone A,
                "zoneNumber": ZO-000001,
                "wareHouseLocationNumber": LOC-000001,
                "wareHouseLocationShortCode": Loc A,
                "externalId": null,
                "storeManager": {
                    "id": 1,
                    "firstName": Test,
                    "superVisorName": null,
                    "userType": null,
                    "imageUrl": null,
                    "fullName": Test User MS 123
                },
                "userGroup": null
            },
            "combinationName": LOC-000001-ZO-000001-BI-000001,
            "user": null,
            "productId": 3,
            "assetsId": null
        },
        {
            "id": 8,
            "inventoryNumber": I-000008,
            "qty": -2,
            "reOrderPoint": null,
            "underStock": null,
            "notes": null,
            "productName": Product [Don't Delete],
            "productSku": 1233,
            "assetsName": null,
            "bin": {
                "id": 1,
                "name": Bin A,
                "displayName": Bin A,
                "shortCode": Bin A,
                "binNumber": BI-000001,
                "zoneId": 1,
                "zoneNumber": ZO-000001,
                "zoneShortCode": Zone A,
                "user": null,
                "wareHouseLocationId": 1,
                "wareHouseLocationNumber": LOC-000001,
                "wareHouseLocationShortCode": Loc A,
                "qty": null,
                "externalId": null
            },
            "zone": {
                "id": 1,
                "name": Zone A,
                "displayName": Loc A-Zone A,
                "shortCode": Zone A,
                "zoneNumber": ZO-000001,
                "wareHouseLocationNumber": LOC-000001,
                "wareHouseLocationShortCode": Loc A,
                "externalId": null,
                "storeManager": {
                    "id": 1,
                    "firstName": Test,
                    "superVisorName": null,
                    "userType": null,
                    "imageUrl": null,
                    "fullName": Test User MS 123
                },
                "userGroup": null
            },
            "productMeasureUnitName": null,
            "wareHouseLocation": {
                "id": 1,
                "name": Loc A,
                "shortCode": Loc A,
                "address": Suria KLCC, 241, Menara Berkembar Petronas, Kuala Lumpur City Centre, 50088 Kuala Lumpur, Wilayah Persekutuan Kuala Lumpur, Malaysia,
                "locationNumber": LOC-000001,
                "externalId": null,
                "storeManager": {
                    "id": 1,
                    "firstName": Test,
                    "superVisorName": null,
                    "userType": null,
                    "imageUrl": null,
                    "fullName": Test User MS 123
                },
                "userGroup": null
            },
            "combinationName": LOC-000001-ZO-000001-BI-000001,
            "user": null,
            "productId": 6,
            "assetsId": null
        },
        {
            "id": 9,
            "inventoryNumber": I-000009,
            "qty": 89,
            "reOrderPoint": null,
            "underStock": null,
            "notes": null,
            "productName": Product [Don't Delete],
            "productSku": 1233,
            "assetsName": null,
            "bin": {
                "id": 1,
                "name": Bin A,
                "displayName": Bin A,
                "shortCode": Bin A,
                "binNumber": BI-000001,
                "zoneId": 1,
                "zoneNumber": ZO-000001,
                "zoneShortCode": Zone A,
                "user": null,
                "wareHouseLocationId": 1,
                "wareHouseLocationNumber": LOC-000001,
                "wareHouseLocationShortCode": Loc A,
                "qty": null,
                "externalId": null
            },
            "zone": {
                "id": 1,
                "name": Zone A,
                "displayName": Loc A-Zone A,
                "shortCode": Zone A,
                "zoneNumber": ZO-000001,
                "wareHouseLocationNumber": LOC-000001,
                "wareHouseLocationShortCode": Loc A,
                "externalId": null,
                "storeManager": {
                    "id": 1,
                    "firstName": Test,
                    "superVisorName": null,
                    "userType": null,
                    "imageUrl": null,
                    "fullName": Test User MS 123
                },
                "userGroup": null
            },
            "productMeasureUnitName": null,
            "wareHouseLocation": {
                "id": 1,
                "name": Loc A,
                "shortCode": Loc A,
                "address": Suria KLCC, 241, Menara Berkembar Petronas, Kuala Lumpur City Centre, 50088 Kuala Lumpur, Wilayah Persekutuan Kuala Lumpur, Malaysia,
                "locationNumber": LOC-000001,
                "externalId": null,
                "storeManager": {
                    "id": 1,
                    "firstName": Test,
                    "superVisorName": null,
                    "userType": null,
                    "imageUrl": null,
                    "fullName": Test User MS 123
                },
                "userGroup": null
            },
            "combinationName": LOC-000001-ZO-000001-BI-000001,
            "user": null,
            "productId": 11,
            "assetsId": null
        }
    ]
}