GET api/v1/facilityconfigs/{facilityId}
Returns a FailityConfig for the given Facility ID.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| facilityId |
The Facility ID |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
FacilityConfigModel
TaskOfApiResponseModelOfFacilityConfigModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Result | ApiResponseModelOfFacilityConfigModel |
None. |
|
| Id | integer |
None. |
|
| Exception | AggregateException |
None. |
|
| Status | TaskStatus |
None. |
|
| IsCanceled | boolean |
None. |
|
| IsCompleted | boolean |
None. |
|
| CreationOptions | TaskCreationOptions |
None. |
|
| AsyncState | Object |
None. |
|
| IsFaulted | boolean |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.