Click or drag to resize
ICoreApiGetProvisioningRequestsByStatusAndTime Method
Gets the provisioning requests.

Namespace: Atomia.Provisioning.Service
Assembly: Atomia.Provisioning.Service (in Atomia.Provisioning.Service.dll) Version: 17.3.6337.16014
Syntax
ProvisioningRequest[] GetProvisioningRequestsByStatusAndTime(
	string accountId,
	string[] statuses,
	DateTime requestStartTimeFrom,
	DateTime requestStartTimeTo,
	ref PagingInfo pagingInfo
)

Parameters

accountId
Type: SystemString
The account id.
statuses
Type: SystemString
The statuses.
requestStartTimeFrom
Type: SystemDateTime
The request start time should be greater than this time (UTC time is used).
requestStartTimeTo
Type: SystemDateTime
The request start time should be lower than this time (UTC time is used).
pagingInfo
Type: Atomia.Provisioning.BasePagingInfo
The paging info.

Return Value

Type: ProvisioningRequest
Provisioning requests.
See Also