POST api/OpenProject/GetProjectsByFolder
Request Information
URI Parameters
None.
Body Parameters
OpenProjectLoadProjectsViewModelName | Description | Type | Additional information |
---|---|---|---|
FolderId | integer |
None. |
|
TagId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "folderId": 1, "tagId": 2 }
application/xml, text/xml
Sample:
<OpenProjectLoadProjectsViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/StairBiz.Contracts.ViewModels"> <FolderId>1</FolderId> <TagId>2</TagId> </OpenProjectLoadProjectsViewModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
OpenProjectViewModelName | 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. |
|
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.