List all Entity Textareas
URL
GET https://<tenant>.bubbleppm.com/api/v3/entities/<entity_id>/textareas/
GET https://<tenant>.bubbleppm.com/api/v3/entities/<entity_external_ref>/textareas/?use_external_refs
External Refs
This endpoint supports External Refs. For more information please refer to the documentation here.
Pagination
This endpoint supports pagination. For more information please refer to the documentation here.
Attributes
Name | Type | Value always returned | Description | |
|---|---|---|---|---|
| 1 |
| PK | Yes | The unique ID for the Entity Textarea value |
| 2 |
| PK | Yes | The ID of the textarea type |
| 3 |
| string | Yes | The value of the textarea |
Filter Parameters
API Requests | Search-&-Parameters
Name | Type |
|---|---|
| Date |
| Date |
| Date |
| Date |
| Date |
| Date |
| String |
Example Response
[
{
"id": 1124,
"type_id": 1,
"text": "Review in Q3"
},
{
"id": 1126,
"type_id": 2,
"text": "5311333"
}
]