GET api/SubProject/SprintsInProcess?projectId={projectId}&spaceId={spaceId}
Get all the sprint folders which are in process today based on a specified space
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
projectId | integer |
Required |
|
spaceId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Get all the sprint folders which are in process today based on a specified space
API_Data_IEnumerableOfSubProjectNodeModelName | Description | Type | Additional information |
---|---|---|---|
Success | boolean |
None. |
|
Error | ErrorInfo |
None. |
|
Data | Collection of SubProjectNodeModel |
None. |
Response Formats
application/json, text/json
Sample:
{ "Success": true, "Error": { "ErrorCode": 1, "ErrorMessage": "sample string 1" }, "Data": [ { "projectId": 1, "subprojectId": 2, "subprojectName": "sample string 3", "subprojectType": 4, "isClosed": true, "sprintState": 1, "hasChild": true, "nodes": [] }, { "projectId": 1, "subprojectId": 2, "subprojectName": "sample string 3", "subprojectType": 4, "isClosed": true, "sprintState": 1, "hasChild": true, "nodes": [] } ] }
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.