GET api/v2/Resource/GetResourceClassificationList?languageId={languageId}&userId={userId}&includeResourceCount={includeResourceCount}
Return the list of resource classification with the number of resources
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| languageId |
Optional parameter. Default = 1 (English) |
integer |
Default value is 1 |
| userId |
Optional parameter - 0 for all resource classifications |
integer |
Default value is 0 |
| includeResourceCount |
Optional parameter - true to count the resources with access for user |
boolean |
Default value is False |
Body Parameters
None.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.