Superfy Platform API Documentation


Get Specific Asset Fullness Level Filter API

Require Authentication

This API is used to Get Specific Asset Fullness Level Filter for the company based on combination of deviceID and token.


URL

api/companies/binleveldetail/:fullnessLevelID

Required parameter (in URL)

Required parameter (POST)

Optional parameter

Example JSON Payload

{
	"deviceID": "ABCD-EFGH-IJKL-MNOP",
	"token": "bb602ab13b8090268cd6e3bb9dfa39e2"
}

Possible return HTTP status code

Return message

{
  "status": "success",
  "message": {
    "fullnessLevelID": 17,
    "companyID": 1,
    "minRange": 10,
    "maxRange": 100,
    "createdByUserID": 3,
    "updatedByUserID": 3,
    "createdDate": 1478174353,
    "updatedDate": 1478174353
  }
}