Data model
Properties
Properties in Prism — Micro Python reference.
Reference for Python SDK 0.8.0.
Release source · Setup and client configuration
list
GET /v2/prism/{teamId}/{objectType}/properties
client.prism.properties.list(object_type, *, team_id, **params) -> PropertyListResponseGet metadata properties by object type
list_all
GET /v2/prism/{teamId}/properties
client.prism.properties.list_all(*, team_id, **params) -> PropertyListAllResponseGet metadata properties
Parameter and response types
These declarations show the request parameters and response shapes used by the methods above.
PropertyListParams
| Field | Type | Required | Description |
|---|---|---|---|
team_id | str | No | API name: teamId. |
autofill | bool | No | — |
list_id | str | No | Scope properties to a specific list/app. |
term | str | No | — |
PropertyListResponse
PropertyListResponse = Dict[str, object]
PropertyListAllParams
| Field | Type | Required | Description |
|---|---|---|---|
team_id | str | No | API name: teamId. |
autofill | bool | No | — |
list_id | str | No | Scope properties to a specific list/app. |
term | str | No | — |
PropertyListAllResponse
PropertyListAllResponse = Dict[str, object]