POST api/Services/Get?page={page}&pageSize={pageSize}&lang={lang}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| page | integer |
None. |
|
| pageSize | integer |
None. |
|
| lang | string |
Default value is en |
Body Parameters
None.
Response Information
Resource Description
| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | IEnumerable |
None. |
|
| Total | integer |
None. |
|
| AggregateResults | Collection of AggregateResult |
None. |
|
| Errors | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": null,
"Total": 1,
"AggregateResults": [
null,
null
],
"Errors": {}
}
application/xml, text/xml
Sample:
Sample not available.