GET api/Process/GetPropertyProcess_Type?PCIDorCID={PCIDorCID}
获取流程分类
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| PCIDorCID |
""为公司 |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
ResponseResultOfListOfPropertyProcess_Message_Type| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | boolean |
None. |
|
| Mesg | string |
None. |
|
| Data | Collection of PropertyProcess_Message_Type |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": true,
"Mesg": "sample string 2",
"Data": [
{
"CID": "sample string 1",
"Title": "sample string 2",
"Remark": "sample string 3",
"StaffID": "sample string 4",
"StaffName": "sample string 5",
"Id": "sample string 6",
"Created": "2025-12-07 04:16:33",
"Updated": "2025-12-07 04:16:33"
},
{
"CID": "sample string 1",
"Title": "sample string 2",
"Remark": "sample string 3",
"StaffID": "sample string 4",
"StaffName": "sample string 5",
"Id": "sample string 6",
"Created": "2025-12-07 04:16:33",
"Updated": "2025-12-07 04:16:33"
}
]
}