getEntriesPagesToDisplay

Operation Id:
entries/pagesToDisplay/get [Official Documentaction]
Methods

  • langId String
Examples

This function retrieves the language ID for entries pages to display in Polish.

const result = await idosellRequest.getEntriesPagesToDisplay
	.langId("pol")
	.exec()