Insight Service
GET /insightTypes
Description:
Retrieve the bIT Insight Types.
Parameters (Query Params)
- name: Narrows the list of Insight Types by name.
Headers:
- Authorization: (Your Basic Auth String)
- Accept: application/json;charset=UTF-8
Example:
Request:
https://[tenant-end-point]/api/insightTypes
Authorization: Basic {your basic auth}
Accept: application/json;charset=UTF-8
Response:
[
...
{
"name": "Scorecard",
"bn": "044S0000000D",
"entityType": "AUD"
},
{
"name": "System_Inventory_Status",
"bn": "044S0000000F",
"entityType": "WK2"
},
{
"name": "Tag",
"bn": "044S0000000G",
"entityType": "TAG"
},
...
]