List all Entity Models
URL
GET https://<tenant>.bubbleppm.com/api/v3/entitymodels/
Attributes
Name | Type |
|---|---|
| PK<EntityModel> |
| string |
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
CODE
[
{
"id": 1,
"name": "NPD Project v1"
}
{
"id": 2,
"name": "NPD Project v2"
}
]