Interface: ListItemsPayloadAttributesExtensionData
Defined in: model/listItemsPayloadAttributesExtensionData.ts:9
Contains the custom properties specific to the * ListItems command.
Export
ListItemsPayloadAttributesExtensionData
Properties
includePathInProject?
optional
includePathInProject:boolean
Defined in: model/listItemsPayloadAttributesExtensionData.ts:25
Specify whether to return the
pathInProject
attribute in response
for BIM 360 Docs projects.
pathInProject
is the path to
the item relative to the project’s root folder.
true
: Response will contain thepathInProject
attribute for BIM 360 Docs projects.false
: (Default) response will not contain thepathInProject
attribute for BIM 360 Docs projects.
Setting this parameter to true
on a
non-BIM 360 Docs project results in an error.
Memberof
ListItemsPayloadAttributesExtensionData