GET api/ActivityLog/GetAllActivityLogCategoryItemByCategory/{categoryId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| categoryId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of DropDownList| Name | Description | Type | Additional information |
|---|---|---|---|
| Value | string |
None. |
|
| Text | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Value": "sample string 1",
"Text": "sample string 2"
},
{
"Value": "sample string 1",
"Text": "sample string 2"
}
]