GET api/project/{projectId}?checkConversionStatus={checkConversionStatus}&state={state}&bim360RelativePath={bim360RelativePath}&bim360ProjectHubNames={bim360ProjectHubNames}

Request Information

URI Parameters

NameDescriptionTypeAdditional 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
NameDescriptionTypeAdditional 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": "56ef70ab-c0d6-4eb0-90c9-b598d3b088d4",
      "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:55:24.7731416+00:00",
        "XDataJSON": {}
      },
      "State": "sample string 5",
      "StorageType": "sample string 6",
      "Region": "sample string 7"
    },
    {
      "ProjectId": "sample string 1",
      "Id": "56ef70ab-c0d6-4eb0-90c9-b598d3b088d4",
      "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:55:24.7731416+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>56ef70ab-c0d6-4eb0-90c9-b598d3b088d4</Id>
      <LatestVersion>
        <ConversionStatus>sample string 6</ConversionStatus>
        <CreationDateUTC>2025-12-21T07:55:24.7731416+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>56ef70ab-c0d6-4eb0-90c9-b598d3b088d4</Id>
      <LatestVersion>
        <ConversionStatus>sample string 6</ConversionStatus>
        <CreationDateUTC>2025-12-21T07:55:24.7731416+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>