Skip to main content
GET
/
v1
/
{tenantId}
/
properties
/
{refType}
/
{refId}
Get properties
curl --request GET \
  --url https://api.debbiecollect.com/v1/{tenantId}/properties/{refType}/{refId} \
  --header 'Authorization: Bearer <token>'
[
  {
    "propertyId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "data": "<string>",
    "handle": "<string>",
    "ref": "case",
    "type": "checkbox"
  }
]

Authorizations

Authorization
string
header
required

Authentication can be done by using a bearer token in the Authorization header. This is done using the following format Authorization: Bearer {token}.

Path Parameters

tenantId
string<uuid>
required

Id of the tenant

refType
enum<string>
required

Reference type the properties are related to

Available options:
case,
case-voucher,
creditor
refId
string<uuid>
required

Id of the reference the properties are related to

Response

Successful operation

propertyId
string<uuid>

ID of ther property

data
handle
string

Handle of the property

ref
enum<string>
Available options:
case,
customer,
creditor
type
enum<string>
Available options:
checkbox,
date-picker,
dropdown,
single-line-text,
multi-line-text,
number,
file,
address,
money