GET v1/library/{libraryCategoryID}/{libraryTopicID}/list

Request Information

URI Parameters

NameDescriptionTypeAdditional information
libraryCategoryID

integer

Required

libraryTopicID

integer

Required

Body Parameters

None.

Response Information

Resource Description

LibraryModel
NameDescriptionTypeAdditional information
LibraryCategoryID

integer

None.

LibraryTopicID

integer

None.

LibraryDocumentID

integer

None.

DocumentName

string

None.

DocumentURL

string

None.

ShowCheckMark

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "libraryCategoryID": 1,
  "libraryTopicID": 2,
  "libraryDocumentID": 3,
  "documentName": "sample string 4",
  "documentURL": "sample string 5",
  "showCheckMark": true
}