GET api/UserTemplates/GetUserTemplates
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of UserTemplateName | Description | Type | Additional information |
---|---|---|---|
UserTemplateId | globally unique identifier |
None. |
|
UserTemplateFile | Collection of byte |
None. |
|
LastChanged | date |
None. |
|
LastChange_AuthorId | integer |
None. |
Response Formats
application/json, text/json
Sample:
[ { "UserTemplateId": "5827098a-30fd-4038-a4f7-9301b6a0e34b", "UserTemplateFile": "QEA=", "LastChanged": "2025-08-14T03:13:06.2787728+00:00", "LastChange_AuthorId": 1 }, { "UserTemplateId": "5827098a-30fd-4038-a4f7-9301b6a0e34b", "UserTemplateFile": "QEA=", "LastChanged": "2025-08-14T03:13:06.2787728+00:00", "LastChange_AuthorId": 1 } ]
application/xml, text/xml
Sample:
<ArrayOfUserTemplate xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ELO_IdentityAPI_Eloapp.net.Models"> <UserTemplate> <LastChange_AuthorId>1</LastChange_AuthorId> <LastChanged>2025-08-14T03:13:06.2787728+00:00</LastChanged> <UserTemplateFile>QEA=</UserTemplateFile> <UserTemplateId>5827098a-30fd-4038-a4f7-9301b6a0e34b</UserTemplateId> </UserTemplate> <UserTemplate> <LastChange_AuthorId>1</LastChange_AuthorId> <LastChanged>2025-08-14T03:13:06.2787728+00:00</LastChanged> <UserTemplateFile>QEA=</UserTemplateFile> <UserTemplateId>5827098a-30fd-4038-a4f7-9301b6a0e34b</UserTemplateId> </UserTemplate> </ArrayOfUserTemplate>