Share via


flowlog EntityType

Entity Set Path
[organization URI]/api/data/v9.2/flowlogs
Base Type
crmbaseentity
Display Name
Flow Log
Primary Key
flowlogid
Primary Key Attribute
name
Operations Supported
POST GET PATCH DELETE

Properties

Properties represent fields of data stored in the entity.Some properties are read-only.

Name Type Details
cloudflowrunidpid Edm.String
createdon Edm.DateTimeOffset

Date and time when the record was created.

Display Name: Created On

Read Only
data Edm.String

The logged data.

Display Name: Data

flowlogid Edm.Guid

Unique identifier for entity instances

Display Name: Flow Log

importsequencenumber Edm.Int32

Sequence number of the import that created this record.

Display Name: Import Sequence Number

level Edm.Int32

The level of the log.

Display Name: Level

Default Options
Values Label
100000000 Verbose
100000001 Debug
100000002 Info
100000003 Warning
100000004 Error
modifiedon Edm.DateTimeOffset

Date and time when the record was modified.

Display Name: Modified On

Read Only
name Edm.String

The name of the log.

Display Name: Log Name

overriddencreatedon Edm.DateTimeOffset

Date and time that the record was migrated.

Display Name: Record Created On

partitionid Edm.String

Logical partition id. A logical partition consists of a set of records with same partition id.

Display Name: Partition Id

ttlinseconds Edm.Int32

Time to live in seconds.

Display Name: Time to live

type Edm.Int32

The type of the log.

Display Name: Type

Default Options
Values Label
100000000 CustomLog
100000001 DesktopFlowRunAction
versionnumber Edm.Int64

Version Number

Display Name: Version Number

Read Only

Lookup Properties

Lookup properties are read-only, computed properties which contain entity primary key Edm.Guid data for one or more corresponding single-valued navigation properties. More information: Lookup properties and Lookup property data.

Name Single-valued navigation property Description
_cloudflowid_value cloudflowid

The Power Automate Cloud Flow Id this log is linked to.

_cloudflowrunid_value cloudflowrunid

The Power Automate Cloud Flow run this log is linked to.

_createdby_value createdby

Unique identifier of the user who created the record.

_createdonbehalfby_value createdonbehalfby

Unique identifier of the delegate user who created the record.

_desktopflowid_value desktopflowid

The Desktop Flow Id this log is linked to.

_flowmachinegroupid_value flowmachinegroupid
_flowmachineid_value flowmachineid
_flowsessionid_value flowsessionid

The Power Automate Desktop Flow Session this log belongs to.

_modifiedby_value modifiedby

Unique identifier of the user who modified the record.

_modifiedonbehalfby_value modifiedonbehalfby

Unique identifier of the delegate user who modified the record.

_parentobjectid_value parentobjectid

The id of the parent object.

_workqueueid_value workqueueid

The Work Queue this log is linked to.

_workqueueitemid_value workqueueitemid

The Work Queue Item this log is linked to.

Single-valued navigation properties

Single-valued navigation properties represent lookup fields where a single entity can be referenced. Each single-valued navigation property has a corresponding partner collection-valued navigation property on the related entity.

Name Type Partner
cloudflowid workflow workflow_flowlog_cloudflowid
cloudflowrunid flowrun flowrun_flowlog_cloudflowrunid
createdby systemuser lk_flowlog_createdby
createdonbehalfby systemuser lk_flowlog_createdonbehalfby
desktopflowid workflow workflow_flowlog_desktopflowid
flowmachinegroupid flowmachinegroup flowmachinegroup_flowlog_flowmachinegroupid
flowmachineid flowmachine flowmachine_flowlog_flowmachineid
flowsessionid flowsession flowsession_flowlog_flowsessionid
modifiedby systemuser lk_flowlog_modifiedby
modifiedonbehalfby systemuser lk_flowlog_modifiedonbehalfby
parentobjectid flowsession flowsession_flowlog_parentobjectid
workqueueid workqueue workqueue_flowlog_workqueueid
workqueueitemid workqueueitem workqueueitem_flowlog_workqueueitemid

Operations

The following operations can be used with the flowlog entity type.

Name Binding
BulkRetain Not Bound
CreateMultiple Not Bound
PurgeRetainedContent Not Bound
Retain Not Bound
RollbackRetain Not Bound
UpdateMultiple Not Bound
UpsertMultiple Not Bound
ValidateRetentionConfig Not Bound

See also