curl --request GET \
--url https://dashboard.hologram.io/api/1/alerts/device/tacchange \
--header 'Authorization: Basic <encoded-value>'{
"success": true,
"limit": 2,
"size": 2,
"continues": true,
"links": {
"path": "/api/1/alerts/device/tacchange",
"base": "staging.teamhologram.ninja",
"next": "/api/1/alerts/device/tacchange?orgid=12345&limit=2&startafter=606"
},
"lastid": 606,
"data": [
{
"id": 335,
"orgid": 12345,
"type": "tacchange",
"deviceid": 347366,
"acked": 1,
"acked_by": 47728,
"acked_at": "2022-07-19 17:40:42",
"whencreated": "2019-11-22 20:53:16",
"old_tac": "86642503",
"new_tac": "35752007",
"old_model": "BG96-M",
"new_model": "SARA-U201",
"old_manufacturer": "Quectel",
"new_manufacturer": "u-blox ",
"device_name": "Sara's Super SIM",
"cur_billing_data_used": 0,
"last_billing_data_used": 0,
"linkid": 550642,
"sim": "8912340000190716984",
"state": "DEAD",
"expires": "2020-04-21 19:03:22"
},
{
"id": 606,
"orgid": 12345,
"type": "TAC_CHANGE",
"deviceid": 469820,
"acked": 1,
"acked_by": 16497,
"acked_at": "2020-01-30 22:19:28",
"whencreated": "2019-12-03 14:57:02",
"old_tac": "35752007",
"new_tac": "35753708",
"old_model": "SARA-U201",
"new_model": "G011A",
"old_manufacturer": "u-blox ",
"new_manufacturer": "Google",
"device_name": "rb esim base profile (97608)",
"cur_billing_data_used": 0,
"last_billing_data_used": 0,
"linkid": 770427,
"sim": "8912340000192897608",
"state": "LIVE",
"expires": "2022-11-26 20:15:30"
}
]
}curl --request GET \
--url https://dashboard.hologram.io/api/1/alerts/device/tacchange \
--header 'Authorization: Basic <encoded-value>'{
"success": true,
"limit": 2,
"size": 2,
"continues": true,
"links": {
"path": "/api/1/alerts/device/tacchange",
"base": "staging.teamhologram.ninja",
"next": "/api/1/alerts/device/tacchange?orgid=12345&limit=2&startafter=606"
},
"lastid": 606,
"data": [
{
"id": 335,
"orgid": 12345,
"type": "tacchange",
"deviceid": 347366,
"acked": 1,
"acked_by": 47728,
"acked_at": "2022-07-19 17:40:42",
"whencreated": "2019-11-22 20:53:16",
"old_tac": "86642503",
"new_tac": "35752007",
"old_model": "BG96-M",
"new_model": "SARA-U201",
"old_manufacturer": "Quectel",
"new_manufacturer": "u-blox ",
"device_name": "Sara's Super SIM",
"cur_billing_data_used": 0,
"last_billing_data_used": 0,
"linkid": 550642,
"sim": "8912340000190716984",
"state": "DEAD",
"expires": "2020-04-21 19:03:22"
},
{
"id": 606,
"orgid": 12345,
"type": "TAC_CHANGE",
"deviceid": 469820,
"acked": 1,
"acked_by": 16497,
"acked_at": "2020-01-30 22:19:28",
"whencreated": "2019-12-03 14:57:02",
"old_tac": "35752007",
"new_tac": "35753708",
"old_model": "SARA-U201",
"new_model": "G011A",
"old_manufacturer": "u-blox ",
"new_manufacturer": "Google",
"device_name": "rb esim base profile (97608)",
"cur_billing_data_used": 0,
"last_billing_data_used": 0,
"linkid": 770427,
"sim": "8912340000192897608",
"state": "LIVE",
"expires": "2022-11-26 20:15:30"
}
]
}Documentation Index
Fetch the complete documentation index at: https://docs.hologram.io/llms.txt
Use this file to discover all available pages before exploring further.
HTTP Basic authentication using API keys. Set the username to apikey and the password to your API key.
You can find your API key on the Hologram Dashboard under Account Settings.
0
Maximum number of items to return in a single request. For endpoints that support pagination, use this with corresponding /pages endpoints to manage large result sets.
50
0
144
"DESC"
Success
Displays if there is another page of results.
true
Show child attributes
The max number of items to return in a single response
10
The number of values returned
216
Whether the request was successful or not
true
Was this page helpful?