POST api/v{version}/ProgressBook/GetDistrict
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| version | string |
None. |
Body Parameters
ProgressBookModel| Name | Description | Type | Additional information |
|---|---|---|---|
| BaseUrl | string |
Required |
|
| ClientId | string |
Required |
|
| ClientSecret | string |
Required |
Request Formats
application/json, text/json
Sample:
{
"BaseUrl": "sample string 1",
"ClientId": "sample string 2",
"ClientSecret": "sample string 3"
}
application/xml, text/xml
Sample:
<ProgressBookModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/K12.Shared.APIModels"> <BaseUrl>sample string 1</BaseUrl> <ClientId>sample string 2</ClientId> <ClientSecret>sample string 3</ClientSecret> </ProgressBookModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |