Skip to main content
GET
/
v1
/
public
/
properties
/
{object_name}
List Properties
curl --request GET \
  --url https://api.sanka.com/v1/public/properties/{object_name} \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "<string>",
    "object": "<string>",
    "is_custom": true,
    "immutable": true,
    "name": "<string>",
    "internal_name": "<string>",
    "type": "<string>",
    "description": "<string>",
    "number_format": "<string>",
    "choice_values": {},
    "conditional_choice_mapping": {},
    "tag_values": [
      "<string>"
    ],
    "unique": true,
    "required_field": true,
    "multiple_select": true,
    "show_badge": true,
    "badge_color": "<string>",
    "order": 123,
    "created_at": "2023-11-07T05:31:56Z",
    "updated_at": "2023-11-07T05:31:56Z"
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Accept-Language
string | null

Path Parameters

object_name
string
required

Query Parameters

workspace_id
string | null
custom_only
boolean
default:false
lang
string | null
language
string | null

Response

OK

id
string
required
object
string
required
is_custom
boolean
required
immutable
boolean
required
name
string | null
internal_name
string | null
type
string | null
description
string | null
number_format
string | null
choice_values
conditional_choice_mapping
Conditional Choice Mapping · object
tag_values
string[] | null
unique
boolean | null
required_field
boolean | null
multiple_select
boolean | null
show_badge
boolean | null
badge_color
string | null
order
integer | null
created_at
string<date-time> | null
updated_at
string<date-time> | null