GET documentLibraryGetCounts/{showId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
showId

integer

Required

Body Parameters

None.

Response Information

Resource Description

Dictionary of integer [key] and integer [value]

Response Information

Response body formats

application/json, text/json

Sample:
{
  "1": 2,
  "3": 4
}