GET api/ReportTemplate/ReportTemplate_GetAll
Request Information
URI Parameters
None.
Body Parameters
Collection of ObjectNone.
Request Formats
application/json, text/json
Sample:
[
{},
{}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ReportTemplate| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | globally unique identifier |
None. |
|
| ReportName | string |
None. |
|
| ReportContent | Collection of byte |
None. |
|
| Data | string |
None. |
|
| CreatedDate | date |
None. |
|
| LastModified | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ID": "bad20914-3257-43dd-ac3a-a1cc33ecefb5",
"ReportName": "sample string 2",
"ReportContent": "QEA=",
"Data": "sample string 3",
"CreatedDate": "2026-01-29T16:26:33.8575012+07:00",
"LastModified": "2026-01-29T16:26:33.8575012+07:00"
},
{
"ID": "bad20914-3257-43dd-ac3a-a1cc33ecefb5",
"ReportName": "sample string 2",
"ReportContent": "QEA=",
"Data": "sample string 3",
"CreatedDate": "2026-01-29T16:26:33.8575012+07:00",
"LastModified": "2026-01-29T16:26:33.8575012+07:00"
}
]