# Retrieve information about all inactive counters in a defined amount of hours **POST /f642d910-17db-4198-a62-302f9348f8cd/Service.asmx/GetLifeSignalInactive** This endpoint allows the user to see which devices have not communicated with the server, lacking either internet or a power source. ## Servers ## Authentication methods - Bearer token ## Parameters ### Body: (object) requestBody description - **CompanyName** (string) The name of the company. - **InactiveForHours** (number(float)) The amount of hours the devices has not responded till now. ## Responses ### 200 OK #### Body: (object) - **Id** (integer) The ID of the device. - **SerialNumber** (string) The serial number of the device. - **Name** (string) The serial number of the device. - **LastActivity** (string(date-time)) DateTime stamp of the last communication between the device and server. - **SID** (string) The store ID. - **ShopName** (string) The name of the store. - **Address** (string) The address of the store. - **City** (string) The name of the city. - **CompanyId** (integer) The ID of the company. ### 400 Problem #### Body: (object) - **status** (integer) The HTTP status code. - **Additional properties are allowed** () [Powered by Bump.sh](https://bump.sh)