GET api/DocumentCategorySchemes
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of DocumentCategoryScheme| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| DocumentCategoryId | integer |
None. |
|
| SchemeId | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"Id": 1,
"DocumentCategoryId": 2,
"SchemeId": 3
},
{
"$ref": "1"
}
]