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