GET api/v1/Census/StaffTo/{censusId}
Returns the StaffTo of a censusId. This is an asynchronous service.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| censusId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ApiResponseModelOfFsCensusModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | ApiResponseDataModelOfFsCensusModel |
None. |
|
| Errors | Collection of string |
None. |
|
| Warnings | Collection of string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": {
"PageSize": 1,
"Page": 2,
"TotalPages": 3,
"TotalResults": 4,
"Results": {
"FsCensusId": "sample string 1",
"ForecastCensus": 1.1,
"StaffTo": 1
}
},
"Errors": [
"sample string 1",
"sample string 2"
],
"Warnings": [
"sample string 1",
"sample string 2"
]
}