POST api/department-activities?query={query}&skip={skip}&take={take}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| query | string |
None. |
|
| skip | integer |
None. |
|
| take | integer |
None. |
Body Parameters
Collection of stringRequest Formats
application/json, text/json
Sample:
[ "sample string 1", "sample string 2" ]
Response Information
Resource Description
FilteredListOfServiceDataItemDepartmentActivity| Name | Description | Type | Additional information |
|---|---|---|---|
| Count | integer |
None. |
|
| Items | Collection of ServiceDataItemDepartmentActivity |
None. |
Response Formats
application/json
Sample:
text/json
Sample: