[This is preliminary documentation and is subject to change.]

Returns layout and field information about all the requested occurrence\ report forms

Namespace: QPulseWebServices.Contracts.Service
Assembly: 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

ExceptionCondition
ServiceFaultCode..::..AuthenticationFailedThe token provided could not be authenticated.
ServiceFaultCode..::..SessionInvalidThe Q-Pulse session was invalid.
ServiceFaultCode..::..UnsufficientPermissionThe user does not have the permissions required to complete the operation

See Also