List all Textareas
URL
GET https://<tenant>.bubbleppm.com/api/v3/textareas/
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 | |
|---|---|---|
| PK<TextareaType> | |
| ERef<TextareaType> | |
| String | |
| String | Hint text displayed as help icon tooltip. (max 1024 chars.) |
Filter Parameters
API Requests | Search-&-Parameters
Name | Type |
|---|---|
| Date |
| Date |
| Date |
| Date |
| Date |
| Date |
| String |
| String |
Example Response
[
{
"id": 1,
"external_ref": "NOTES",
"name": "Notes",
"hint": ""
},
{
"id": 2,
"external_ref": "PART_CODE",
"name": "Part Code",
"hint": "What is the part code?"
}
]