curl --request GET \
--url https://api.sanka.com/v1/public/properties/{object_name}/{property_ref} \
--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"
}curl --request GET \
--url https://api.sanka.com/v1/public/properties/{object_name}/{property_ref} \
--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"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
OK
Show child attributes