GET api/Attendance/ApplyProcessList?communityId={communityId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| communityId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ResponseResultObjOfListOfPropertyAttendanceProcessMain| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | boolean |
None. |
|
| Mesg | string |
None. |
|
| Data | Collection of PropertyAttendanceProcessMain |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": true,
"Mesg": "sample string 2",
"Data": [
{
"PropertyId": "sample string 1",
"BusinessType": 3,
"Edition": 2.0,
"Status": 3,
"StaffId": "sample string 4",
"Enable": true,
"StaffName": "sample string 6",
"BusinessTypeName": "sample string 7",
"Id": "sample string 8",
"Created": "2025-12-07 04:20:08",
"Updated": "2025-12-07 04:20:08"
},
{
"PropertyId": "sample string 1",
"BusinessType": 3,
"Edition": 2.0,
"Status": 3,
"StaffId": "sample string 4",
"Enable": true,
"StaffName": "sample string 6",
"BusinessTypeName": "sample string 7",
"Id": "sample string 8",
"Created": "2025-12-07 04:20:08",
"Updated": "2025-12-07 04:20:08"
}
]
}