Skip to main content
Version: 1.7.3

List

List

GET EmailCustomization/List 

Request Params

FieldTypeDescription
PageintSelected page number to be listed.
PageSizeintNumber of customizations to be listed in each page.

Note: PageSize can be maximum of 100.
FromDatestringList customizations created from
ToDatestringList customizations created upto

Response Body

FieldTypeDescription
CustomizationDetailsobject[]Customization Details of all the business
    CustomizationIdGuidunique identifier of the customization
    CustomizationNmNameName of the customization.
PagenumberRequested Page Number.
TotalRecordsnumberTotal number of records returned in the response.
TotalPagesnumberNumber of pages with the records.
PageSizenumberRequested Page Size.
Errorsobject[]Collection of errors for the customization
    IdstringError ID number. This ID is assigned by TaxBandits and it is unique for each error.
    NamestringName of the errored node.
    MessagestringShows the error message

Request Params

"EmailCustomization/List?Page=1&PageSize=10&FromDate=03/05/2025&ToDate=11/07/2025"

Response JSON

{
"CustomizationDetails": [
{
"CustomizationId": "c79327c2-0d3d-4510-83a7-0b78bb32d3c0",
"CustomizationNm": "Customization 01"
}
],
"Page": 1,
"PageSize": 01,
"TotalRecords": 01,
"TotalPages": 1,
"Errors": null
}