Skip to main content
GET
Retrieve properties

Supported products

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

appId
integer<int32>
required

The unique identifier of the app associated with the properties.

objectType
string
required

The type of object for which properties are being retrieved.

Query Parameters

archived
boolean
default:false

Whether to return only results that have been archived. Defaults to false.

properties
string

A comma-separated list of property names to include in the response.

Response

successful operation

results
object[]
required

An array of Property objects, each representing a property associated with the specified object type.

Last modified on March 31, 2026