[This is preliminary documentation and is subject to change.]
Returns layout and field information about all the requested occurrence\ report forms
Namespace: QPulseWebServices.Contracts.ServiceAssembly: QPulseWebServices.Contracts (in QPulseWebServices.Contracts.dll) Version: 2.100.591.48
Syntax
| C# |
|---|
OccurrenceReportFormData[] GetFormDataByFormIDs( string token, int[] formIDs ) |
Parameters
- token
- Type: System..::..String
Authentication token
- formIDs
- Type: array<System..::..Int32>[]()[][]
[Missing <param name="formIDs"/> documentation for "M:QPulseWebServices.Contracts.Service.IOccurrence.GetFormDataByFormIDs(System.String,System.Int32[])"]
Return Value
[Missing <returns> documentation for "M:QPulseWebServices.Contracts.Service.IOccurrence.GetFormDataByFormIDs(System.String,System.Int32[])"]
Remarks
REST Availability: Supports HTTP POST
Exceptions
| Exception | Condition |
|---|---|
| ServiceFaultCode..::..AuthenticationFailed | The token provided could not be authenticated. |
| ServiceFaultCode..::..SessionInvalid | The Q-Pulse session was invalid. |
| ServiceFaultCode..::..UnsufficientPermission | The user does not have the permissions required to complete the operation |