retrieveAll40

abstract suspend fun retrieveAll40(typeId: Int? = -1, entityId: Int? = -1): GetTemplatesResponse

Retrieve all UGDs Example Requests: templates It is also possible to get specific UGDs by entity and type: templates?type=0&entity=0 Entity: Id client: 0, loan: 1 Type: Id Document: 0, E-Mail (not yet): 1, SMS: 2 Responses:

  • 200: OK

Return

GetTemplatesResponse

Parameters

typeId

typeId (optional, default to -1)

entityId

entityId (optional, default to -1)