GET api/OpenProject/OpenJobByGuid?guid={guid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| guid | string |
Required |
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.