Skip to main content
Skip table of contents

Retrieve a single Entity Textarea

URL

GET https://<tenant>.bubbleppm.com/api/v3/entities/<entity_id>/textareas/<textareatype_id>/
GET https://<tenant>.bubbleppm.com/api/v3/entities/<entity_external_ref>/textareas/<textarea_type_external_ref>/?use_external_refs

External Refs

This endpoint supports External Refs. For more information please refer to the documentation here.

Attributes

Name

Type

Value always returned

Description

1

id

PK

Yes

The unique ID for the Entity Textarea value

2

type_id

PK

Yes

The ID of the textarea type

3

text

string

Yes

The value of the textarea

Filter Parameters

API Requests | Search-&-Parameters

Name

Type

created_at_lte

Date YYYY-MM-DD

created_at_gte

Date YYYY-MM-DD

created_at

Date YYYY-MM-DD

updated_at_lte

Date YYYY-MM-DD

updated_at_gte

Date YYYY-MM-DD

updated_at

Date YYYY-MM-DD

text

String

Example Response

CODE
{
    "id": 1126,
    "type_id": 2,
    "text": "5311333"
}

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.