GET api/FlockManagement/infractionsSetting
Gets the setting for when the new infractions program starts.
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
The date the program starts.
Setting| Name | Description | Type | Additional information |
|---|---|---|---|
| Name |
This is the "key" of the setting record. |
string |
None. |
| Value |
This is the value of the setting record. |
string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Name": "sample string 1",
"Value": "sample string 2"
}