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": "6db77898-6ee9-4174-ad7f-ed6a0aca88fa",
"ClientId": "03367dd9-8edc-425c-95c7-dda7a15388d1",
"Name": "sample string 3",
"FormNo": 4,
"XMLDefinition": "sample string 5",
"DataSourceType": "sample string 6",
"IsSystemForm": true
}