List all Entity Types
URL
GET https://<tenant>.bubbleppm.com/api/v3/entitytypes/
Attributes
Name | Type |
|---|---|
| PK<EntityType> |
| string |
| Array[PK<EntityModel>] |
| Array[PK<KeywordGroup>] |
| Array[PK<Metric>] |
Pagination
This endpoint supports pagination. For more information please refer to the documentation here.
Filter Parameters
API Requests | Search-&-Parameters
Name | Type |
|---|---|
| Date |
| Date |
| Date |
| Date |
| Date |
| Date |
| String |
Example Response
[
{
"id": 1,
"name": "NPD Project"
}
{
"id": 2,
"name": "Idea",
"available_models": [1, 2],
"available_keywords": [1, 2, 3, 4],
"available_metrics": [1, 2, 3],
}
]