getDynamicFieldObject

suspend fun getDynamicFieldObject(parentObjectId: ObjectId, name: DynamicFieldName): ObjectResponse

Retrieves the dynamic field object information for a specified object.

Return

The response containing the dynamic field object.

Parameters

parentObjectId

The ID of the queried parent object.

name

The Name of the dynamic field.

Throws

if there is an error in the response.