GET api/Field/GroupedStatusList?projectId={projectId}
Get status list grouped by Status group or Open,Closed
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| projectId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Get status list grouped by Status group or Open,Closed
API_Data_ListOfStatusObject| Name | Description | Type | Additional information |
|---|---|---|---|
| Success | boolean |
None. |
|
| Error | ErrorInfo |
None. |
|
| Data | Collection of StatusObject |
None. |
Response Formats
application/json, text/json
Sample:
{
"Success": true,
"Error": {
"ErrorCode": 1,
"ErrorMessage": "sample string 1"
},
"Data": [
{
"StatusId": {
"Id": 1,
"Option": 2
},
"StatusName": "sample string 1",
"IfClosed": 1,
"Children": []
},
{
"StatusId": {
"Id": 1,
"Option": 2
},
"StatusName": "sample string 1",
"IfClosed": 1,
"Children": []
}
]
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.