GET api/priorauthorizationpersistlimitintervals

Gets a collection of Prior Authorization Persist Limit Intervals

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

A list of Prior Authorization Persist Limit Intervals

Collection of PriorAuthorizationPersistLimitIntervalModel
NameDescriptionTypeAdditional information
Description

Gets or sets the description of the prior authorization persist limit interval

string

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 4",
    "id": 5,
    "description": "sample string 1"
  },
  {
    "url": "sample string 4",
    "id": 5,
    "description": "sample string 1"
  }
]