accommmodation-services-backend.afccontroller.index

Home > Accommmodation-services-backend > AFCController > index

AFCController.index() method#

list all the document accessibility requests raised by user

Signature:
static index(req: Request, res: Response): void;

Parameters#

ParameterTypeDescription
reqRequestExpress request object
resResponseExpress response object
Returns:

void

Remarks#

the frontend calls this api to get the data associated for document accessibility service request in paginated form. It also allows to query document by name and tag.