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": "3e02d66b-4b84-4ef6-9dd2-facfcdcc43c7",
"ClientId": "c61023df-c988-4a10-82ad-0a93b0e111e9",
"Name": "sample string 3",
"FormNo": 4,
"XMLDefinition": "sample string 5",
"DataSourceType": "sample string 6",
"IsSystemForm": true
}