GET api/UserTemplates

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of UserTemplate
NameDescriptionTypeAdditional 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": "48b12e91-cafe-4b14-9446-87481d68407d",
    "UserTemplateFile": "QEA=",
    "LastChanged": "2025-08-14T03:13:05.7566065+00:00",
    "LastChange_AuthorId": 1
  },
  {
    "UserTemplateId": "48b12e91-cafe-4b14-9446-87481d68407d",
    "UserTemplateFile": "QEA=",
    "LastChanged": "2025-08-14T03:13:05.7566065+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:05.7566065+00:00</LastChanged>
    <UserTemplateFile>QEA=</UserTemplateFile>
    <UserTemplateId>48b12e91-cafe-4b14-9446-87481d68407d</UserTemplateId>
  </UserTemplate>
  <UserTemplate>
    <LastChange_AuthorId>1</LastChange_AuthorId>
    <LastChanged>2025-08-14T03:13:05.7566065+00:00</LastChanged>
    <UserTemplateFile>QEA=</UserTemplateFile>
    <UserTemplateId>48b12e91-cafe-4b14-9446-87481d68407d</UserTemplateId>
  </UserTemplate>
</ArrayOfUserTemplate>