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": "cbcd9981-aa5d-4ec5-81b8-eb59cab2e4b6",
"ClientId": "5ca45b60-a663-41c8-96f0-a51eb6eac1f1",
"Name": "sample string 3",
"FormNo": 4,
"XMLDefinition": "sample string 5",
"DataSourceType": "sample string 6",
"IsSystemForm": true
}