GET api/project/{projectId}?checkConversionStatus={checkConversionStatus}&state={state}&bim360RelativePath={bim360RelativePath}&bim360ProjectHubNames={bim360ProjectHubNames}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| projectId | string |
Required |
|
| checkConversionStatus | boolean |
Default value is False |
|
| state | string |
None. |
|
| bim360RelativePath | boolean |
Default value is False |
|
| bim360ProjectHubNames | boolean |
Default value is False |
Body Parameters
None.
Response Information
Resource Description
ProjectDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| ProjectRepositoryId | string |
None. |
|
| ProjectId | string |
None. |
|
| Code | string |
None. |
|
| Models | Collection of Model3dMasterDTO |
None. |
Response Formats
application/json, text/json
Sample:
{
"ProjectRepositoryId": "sample string 1",
"ProjectId": "sample string 2",
"Code": "sample string 3",
"Models": [
{
"ProjectId": "sample string 1",
"Id": "4007f59b-b044-4673-9dd8-9119237d0ac1",
"Name": "sample string 3",
"VersionCount": 4,
"LatestVersion": {
"Version": 1,
"Description": "sample string 2",
"LocalPath": "sample string 3",
"ViewableUrn": "sample string 4",
"ViewableUrnBase64": "sample string 5",
"ConversionStatus": "sample string 6",
"CreationDateUTC": "2025-12-21T07:58:03.7365458+00:00",
"XDataJSON": {}
},
"State": "sample string 5",
"StorageType": "sample string 6",
"Region": "sample string 7"
},
{
"ProjectId": "sample string 1",
"Id": "4007f59b-b044-4673-9dd8-9119237d0ac1",
"Name": "sample string 3",
"VersionCount": 4,
"LatestVersion": {
"Version": 1,
"Description": "sample string 2",
"LocalPath": "sample string 3",
"ViewableUrn": "sample string 4",
"ViewableUrnBase64": "sample string 5",
"ConversionStatus": "sample string 6",
"CreationDateUTC": "2025-12-21T07:58:03.7365458+00:00",
"XDataJSON": {}
},
"State": "sample string 5",
"StorageType": "sample string 6",
"Region": "sample string 7"
}
]
}
application/xml, text/xml
Sample:
<Project xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Autodesk.Consulting.SWECO.BLRD.Models">
<Code>sample string 3</Code>
<Models>
<Model3dMaster>
<Id>4007f59b-b044-4673-9dd8-9119237d0ac1</Id>
<LatestVersion>
<ConversionStatus>sample string 6</ConversionStatus>
<CreationDateUTC>2025-12-21T07:58:03.7365458+00:00</CreationDateUTC>
<Description>sample string 2</Description>
<LocalPath>sample string 3</LocalPath>
<Version>1</Version>
<ViewableUrn>sample string 4</ViewableUrn>
<ViewableUrnBase64>sample string 5</ViewableUrnBase64>
<XDataJSON />
</LatestVersion>
<Name>sample string 3</Name>
<ProjectId>sample string 1</ProjectId>
<Region>sample string 7</Region>
<State>sample string 5</State>
<StorageType>sample string 6</StorageType>
<VersionCount>4</VersionCount>
</Model3dMaster>
<Model3dMaster>
<Id>4007f59b-b044-4673-9dd8-9119237d0ac1</Id>
<LatestVersion>
<ConversionStatus>sample string 6</ConversionStatus>
<CreationDateUTC>2025-12-21T07:58:03.7365458+00:00</CreationDateUTC>
<Description>sample string 2</Description>
<LocalPath>sample string 3</LocalPath>
<Version>1</Version>
<ViewableUrn>sample string 4</ViewableUrn>
<ViewableUrnBase64>sample string 5</ViewableUrnBase64>
<XDataJSON />
</LatestVersion>
<Name>sample string 3</Name>
<ProjectId>sample string 1</ProjectId>
<Region>sample string 7</Region>
<State>sample string 5</State>
<StorageType>sample string 6</StorageType>
<VersionCount>4</VersionCount>
</Model3dMaster>
</Models>
<ProjectId>sample string 2</ProjectId>
<ProjectRepositoryId>sample string 1</ProjectRepositoryId>
</Project>