GET api/Schools
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
PagedModelOfIDictionaryOfStringAndString| Name | Description | Type | Additional information |
|---|---|---|---|
| PageCount | integer |
None. |
|
| PageNumber | integer |
None. |
|
| PageSize | integer |
None. |
|
| TotalItemCount | integer |
None. |
|
| Items | Collection of Dictionary of string [key] and string [value] |
None. |
Response Formats
application/json, text/json
Sample:
{
"PageCount": 1,
"PageNumber": 2,
"PageSize": 3,
"TotalItemCount": 4,
"Items": [
{
"sample string 1": "sample string 2",
"sample string 3": "sample string 4"
},
{
"sample string 1": "sample string 2",
"sample string 3": "sample string 4"
}
]
}