GET api/OpenProject/OpenJob?id={id}&fromDirectory={fromDirectory}&duplicateTemplate={duplicateTemplate}&isOpenAsNewProject={isOpenAsNewProject}&isOpenInSameProject={isOpenInSameProject}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
Required |
|
| fromDirectory | boolean |
Required |
|
| duplicateTemplate | boolean |
Default value is False |
|
| isOpenAsNewProject | boolean |
Default value is False |
|
| isOpenInSameProject | boolean |
Default value is False |
Body Parameters
None.
Response Information
Resource Description
OpenProjectViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Folders | Collection of Pair of integer [key] and string [value] |
None. |
|
| Tags | Collection of Pair of integer [key] and string [value] |
None. |
|
| Projects | Collection of OpenProjectListViewModel |
None. |
|
| JobsList | Collection of OpenProjectJobsListViewModel |
None. |
|
| HistoryList | Collection of OpenProjectListViewModel |
None. |
|
| FolderKey | integer |
None. |
|
| TagKey | integer |
None. |
|
| IsJobTemplate | boolean |
None. |
|
| ClientNote | string |
None. |
|
| HasCriticalClientNote | boolean |
None. |
|
| SiteNote | string |
None. |
|
| HasCriticalSiteNote | boolean |
None. |
|
| HasStairs | boolean |
None. |
|
| Notification | NotificationDto |
None. |
|
| NavBar | NavBarViewModel |
None. |
|
| IsForBenchmark | boolean |
None. |
|
| jobLockInformation | JobLockInformationModel |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.