GET api/ClassificationCode/All/{ClientId}/Filter/{Filter}
Get all classification codes by filter
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ClientId | globally unique identifier |
Required |
|
| Filter | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of ClassificationCode| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Code | string |
None. |
|
| Description | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": "4fe998e7-6e91-413b-8d6d-8799b8ec62d2",
"Code": "sample string 2",
"Description": "sample string 3"
},
{
"Id": "4fe998e7-6e91-413b-8d6d-8799b8ec62d2",
"Code": "sample string 2",
"Description": "sample string 3"
}
]