GET api/ReportForm/ReportForm/ClientId/{ClientId}/UserId/{UserId}/ReportFormName/{ReportFormName}
Get FormReport Definition for named report
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ClientId | globally unique identifier |
Required |
|
| UserId | globally unique identifier |
Required |
|
| ReportFormName | string |
Required |
Body Parameters
None.
Response Information
Resource Description
The FormReport definition for a named report
ReportForm| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| ClientId | globally unique identifier |
None. |
|
| Name | string |
None. |
|
| FormNo | integer |
None. |
|
| XMLDefinition | string |
None. |
|
| DataSourceType | string |
None. |
|
| IsSystemForm | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": "388e1364-e948-46eb-9267-8e9ada843803",
"ClientId": "5c0ac99d-65b4-468c-bbfb-9c83d2f9b4ca",
"Name": "sample string 3",
"FormNo": 4,
"XMLDefinition": "sample string 5",
"DataSourceType": "sample string 6",
"IsSystemForm": true
}