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": "df549c90-875d-4628-89ee-3e62de2b67cd",
"ClientId": "53f652a6-3ccd-4ce3-ac54-328e631508a9",
"Name": "sample string 3",
"FormNo": 4,
"XMLDefinition": "sample string 5",
"DataSourceType": "sample string 6",
"IsSystemForm": true
}