GET v1/libraryDocument/{libraryTopicID}/list

Retrieve list of Locations with minimal information

Request Information

URI Parameters

NameDescriptionTypeAdditional information
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
}