GET api/intervals

Gets a collection of intervals

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

A list of intervals

Collection of IntervalModel
NameDescriptionTypeAdditional information
Description

Gets or sets the description of the interval resource

string

None.

AppliesToVoucher

Gets or sets the applies to voucher interval

boolean

None.

AppliesToPriorFills

Gets or sets the applies to prior fills interval

boolean

None.

Url

Gets or sets the link representing a link back to the resource

string

None.

ID

Gets or sets the identifier for the resource

integer

None.

Response Formats

application/json, text/json, application/json-patch+json

Sample:
[
  {
    "url": "sample string 5",
    "id": 6,
    "description": "sample string 2",
    "appliesToVoucher": true,
    "appliesToPriorFills": true
  },
  {
    "url": "sample string 5",
    "id": 6,
    "description": "sample string 2",
    "appliesToVoucher": true,
    "appliesToPriorFills": true
  }
]