Get all motor products
GET
/products/motor
Authorizations
BearerAuth
Type
HTTP (bearer)
Parameters
Query Parameters
PageNumber
Type
integer
PageSize
Type
integer
Responses
Success
application/json
JSON "totalItems": 0, "pageSize": 0, "pageNumber": 0, "totalPages": 0, "data": [ { "id": 0, "createdAt": "string", "updatedAt": "string", "productType": "string", "policyClauses": [ { } ], "documents": [ { } ], "insurer": { "id": { }, "createdAt": { }, "updatedAt": { }, "name": { }, "shortName": { }, "logoUrl": { }, "address": { }, "email": { }, "externalInsurerId": { } }, "durationType": "string" } ]
{
}
