ProjectId
Specifies the default project identifier. The provider uses this value for operations that require a project context. You can override this value by specifying a ProjectId filter in the query.
Data Type
string
Default Value
""
Remarks
This property defines the default project that add-in uses when performing operations that require a ProjectId.
This property applies only when using the ODataV2 schema. In the ODataV1 schema, the ProjectData endpoints return data for all available projects, and no ProjectId value is required.
Setting a default ProjectId can reduce the need for project-level filtering in each query and may simplify request construction when repeatedly working with the same project.