GET api/DocumentCategorySchemes?schemeId={schemeId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
schemeId

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of DocumentCategoryScheme
NameDescriptionTypeAdditional 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"
  }
]