GET api/servicecategories
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of ServiceCategoryModelName | Description | Type | Additional information |
---|---|---|---|
DisplayName |
Gets or sets the Display name |
string |
None. |
Value |
Gets or sets the value |
string |
None. |
Response Formats
application/json, text/json, application/json-patch+json
Sample:
[ { "displayName": "sample string 1", "value": "sample string 2" }, { "displayName": "sample string 1", "value": "sample string 2" } ]