Skip to main content
POST
Batch read 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 for which the properties are being retrieved.

objectType
string
required

The type of object for which properties are being retrieved.

Body

application/json
archived
boolean
required

A boolean indicating whether to include archived properties in the batch read. Defaults to false if not specified.

dataSensitivity
enum<string>
required

A string representing the sensitivity level of the data being accessed. This property helps in determining the security measures needed for handling the data.

Available options:
highly_sensitive,
non_sensitive,
sensitive
inputs
object[]
required

An array of strings, each representing a property name to be included in the batch read operation.

Response

successful operation

completedAt
string<date-time>
required

The date and time when the batch operation was completed, in ISO 8601 format.

results
object[]
required

An array containing the results of the batch operation, detailing the outcome for each property involved.

startedAt
string<date-time>
required

The date and time when the batch operation began, in ISO 8601 format.

status
enum<string>
required

The current status of the batch operation, indicating success or failure.

Available options:
CANCELED,
COMPLETE,
PENDING,
PROCESSING

A collection of links related to the batch operation, typically used for navigation or additional actions.

requestedAt
string<date-time>

The date and time when the batch operation was requested, in ISO 8601 format.

Last modified on March 31, 2026